diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-08 19:03:48 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-08 19:03:48 -0800 |
commit | 3b83f8b7fef9978b79517aeda95fa89de071ba54 (patch) | |
tree | 39ee9396b1d305ec794d7069a97211d0aa534ede /tmpl/kanji-list.html | |
parent | 67ca7adc4cabb79a87b51ebd9b112e641de31af9 (diff) |
styling
Diffstat (limited to 'tmpl/kanji-list.html')
-rw-r--r-- | tmpl/kanji-list.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tmpl/kanji-list.html b/tmpl/kanji-list.html index 0ee81463..1df22e68 100644 --- a/tmpl/kanji-list.html +++ b/tmpl/kanji-list.html @@ -1,6 +1,7 @@ {{#if definitions}} {{#each definitions}} - {{> kanji.html addable=../addable root=../root}} + {{#unless @first}}<hr>{{/unless}} + {{> kanji.html addable=../addable root=../root}} {{/each}} {{else}} <p>No results found</p> |