From 8438a1fe321772ddba479437db40097e4a208a0b Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Mon, 9 May 2016 19:07:39 -0700 Subject: Custom fonts for Japanese --- tmpl/header.html | 8 ++++++-- tmpl/kanji.html | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'tmpl') diff --git a/tmpl/header.html b/tmpl/header.html index 2256b08a..b7fad070 100644 --- a/tmpl/header.html +++ b/tmpl/header.html @@ -5,8 +5,12 @@ diff --git a/tmpl/kanji.html b/tmpl/kanji.html index 7a5affb7..2c9db99a 100644 --- a/tmpl/kanji.html +++ b/tmpl/kanji.html @@ -22,7 +22,7 @@ {{#if kunyomi}}
Kunyomi
-
+
{{#each kunyomi}} {{.}}{{#unless @last}}, {{/unless}} {{/each}} @@ -31,7 +31,7 @@ {{#if onyomi}}
Onyomi
-
+
{{#each onyomi}} {{.}}{{#unless @last}}, {{/unless}} {{/each}} -- cgit v1.2.3