diff --git a/content/_index.md b/content/_index.md
index fa4a338..2f41198 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -84,9 +84,9 @@ However, this is not how we actually write the characters.
Some examples of this are:
-- We don't connect き and さ
-- We don't put the dakuten ( ゙ ) in the middle of a character like in で , but always at the top right
-- We don't write 入 like... that
+- We don't connect き and さ
+- We don't put the dakuten ( ゙) in the middle of a character like in で, but always at the top right
+- We don't write 入 like... that
You can compare this to how we don't write a Times New Roman "g" when handwriting in English.
diff --git a/themes/tegakituesday.com/layouts/challenges/single.html b/themes/tegakituesday.com/layouts/challenges/single.html
index 86c3482..3c2d2eb 100644
--- a/themes/tegakituesday.com/layouts/challenges/single.html
+++ b/themes/tegakituesday.com/layouts/challenges/single.html
@@ -80,7 +80,7 @@
{{- range.text -}}
{{- if reflect.IsMap . -}}
{{- range $kanji, $furigana := . -}}
- {{- $kanji -}}
+ {{- $kanji -}}
{{- end -}}
{{- else -}}
{{- . -}}