From d479107eb57fb59915693f47772d6e48ddd8b30d Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 29 May 2016 13:26:09 -0700 Subject: Cleanup --- tmpl/kanji-list.html | 2 +- tmpl/term-list.html | 2 +- tmpl/term.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tmpl') 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}} diff --git a/tmpl/term-list.html b/tmpl/term-list.html index 5581b679..615534f6 100644 --- a/tmpl/term-list.html +++ b/tmpl/term-list.html @@ -1,5 +1,5 @@ {{> header.html}} -{{#each defs}} +{{#each definitions}} {{> term.html root=../root options=../options sequence=../sequence}} {{/each}} {{> footer.html}} diff --git a/tmpl/term.html b/tmpl/term.html index 216ccf0a..3fb75c98 100644 --- a/tmpl/term.html +++ b/tmpl/term.html @@ -2,8 +2,8 @@ {{#with options}} {{#if enableAnkiConnect}}
- - + +
{{/if}} {{/with}} -- cgit v1.2.3