summaryrefslogtreecommitdiff
path: root/util/tmpl/kanji-list.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-05-03 20:53:53 -0700
committerAlex Yatskov <alex@foosoft.net>2016-05-03 20:53:53 -0700
commitf535683e9b35aabe0c481bf5e4b040dc40d019e7 (patch)
treeeb512db85b71ae5c596bb8be35083c268df7f540 /util/tmpl/kanji-list.html
parent5eea27004c332dc1fc9ab6b583b5a21b4408b6b2 (diff)
WIP
Diffstat (limited to 'util/tmpl/kanji-list.html')
-rw-r--r--util/tmpl/kanji-list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/tmpl/kanji-list.html b/util/tmpl/kanji-list.html
index 542a5e2f..23e4d13f 100644
--- a/util/tmpl/kanji-list.html
+++ b/util/tmpl/kanji-list.html
@@ -1,5 +1,5 @@
{{> header.html}}
{{#each defs}}
-{{> kanji.html}}
+{{> kanji.html root=../root}}
{{/each}}
{{> footer.html}}