From d5170414af9287143a9906fd81fde49318be4617 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 17 Apr 2016 19:06:57 -0700 Subject: Adding kanji links --- util/tmpl/term.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/tmpl/term.html') diff --git a/util/tmpl/term.html b/util/tmpl/term.html index 6c4d31ed..8c0e54ca 100644 --- a/util/tmpl/term.html +++ b/util/tmpl/term.html @@ -1,7 +1,7 @@ {{#if reading}} -
{{expression}}{{reading}}
+
{{#kanjiLinks}}{{expression}}{{/kanjiLinks}}{{reading}}
{{else}} -
{{expression}}
+
{{#kanjiLinks}}{{expression}}{{/kanjiLinks}}
{{/if}} {{#if rules}} -- cgit v1.2.3