From 85d22845b92761bb1a3702e2669b875a7f939b66 Mon Sep 17 00:00:00 2001 From: LNKHR Date: Wed, 22 Jun 2022 23:07:32 -0700 Subject: [PATCH] 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 -}} {{- . -}}