aboutsummaryrefslogtreecommitdiff
path: root/tmpl/kanji-list.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-05-29 13:26:09 -0700
committerAlex Yatskov <alex@foosoft.net>2016-05-29 13:26:09 -0700
commitd479107eb57fb59915693f47772d6e48ddd8b30d (patch)
tree4fe379737b200e5a94217344667d713d7c45cef4 /tmpl/kanji-list.html
parent49951356572fe972ef01d0578861c39430520f19 (diff)
Cleanup
Diffstat (limited to 'tmpl/kanji-list.html')
-rw-r--r--tmpl/kanji-list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/kanji-list.html b/tmpl/kanji-list.html
index b5d0b627..34349862 100644
--- a/tmpl/kanji-list.html
+++ b/tmpl/kanji-list.html
@@ -1,5 +1,5 @@
{{> header.html}}
-{{#each defs}}
+{{#each definitions}}
{{> kanji.html root=../root options=../options sequence=../sequence}}
{{/each}}
{{> footer.html}}