diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-09-17 14:17:14 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-09-17 14:17:14 -0700 |
commit | 269a4f0b9ba1876bd5a6e72e34537056a75081fc (patch) | |
tree | 136332525b7f59b2eb538dd7dfc4fb4e74280657 /tmpl | |
parent | c8810581e687a0c482891cdd4854827a746b6442 (diff) |
template fixups
Diffstat (limited to 'tmpl')
-rw-r--r-- | tmpl/kanji.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tmpl/kanji.html b/tmpl/kanji.html index 6cea57f9..ad6dcb26 100644 --- a/tmpl/kanji.html +++ b/tmpl/kanji.html @@ -28,18 +28,12 @@ <tr> <td class="reading"> <dl> - {{#if kunyomi}} - <dt>Kun-Yomi</dt> {{#each kunyomi}} <dd>{{.}}</dd> {{/each}} - {{/if}} - {{#if onyomi}} - <dt>On-Yomi</dt> {{#each onyomi}} <dd>{{.}}</dd> {{/each}} - {{/if}} </dl> </td> <td class="glossary"> |