From 3f22d7d7c02eea23f7bcf184732c34f30a7a703e Mon Sep 17 00:00:00 2001 From: LNKHR Date: Wed, 22 Jun 2022 22:53:17 -0700 Subject: [PATCH 1/2] Make the characters worse to make the oddities more clear --- content/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. From 85d22845b92761bb1a3702e2669b875a7f939b66 Mon Sep 17 00:00:00 2001 From: LNKHR Date: Wed, 22 Jun 2022 23:07:32 -0700 Subject: [PATCH 2/2] Fix small bug with kanji links --- themes/tegakituesday.com/layouts/challenges/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -}}({{- $furigana -}}) + {{- $kanji -}}({{- $furigana -}}) {{- end -}} {{- else -}} {{- . -}}