From 52a8e2207c70573abd1e47cc8d019ba9e592a9dd Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 17 Apr 2016 18:35:22 -0700 Subject: Fixups --- util/tmpl/kanji.html | 13 +++++++++++++ util/tmpl/term.html | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 util/tmpl/kanji.html (limited to 'util') diff --git a/util/tmpl/kanji.html b/util/tmpl/kanji.html new file mode 100644 index 00000000..66e4647e --- /dev/null +++ b/util/tmpl/kanji.html @@ -0,0 +1,13 @@ +
{{character}}
+ +
+ {{kunyomi}} +
+ +
+ {{onyomi}} +
+ +
+ {{glossary}} +
diff --git a/util/tmpl/term.html b/util/tmpl/term.html index 6894dde3..6c4d31ed 100644 --- a/util/tmpl/term.html +++ b/util/tmpl/term.html @@ -1,7 +1,7 @@ {{#if reading}} -
{{expression}}{{reading}}
+
{{expression}}{{reading}}
{{else}} -
{{expression}}
+
{{expression}}
{{/if}} {{#if rules}} -- cgit v1.2.3