From 14ecb8f32831ef4747adef1de1af658dc7d4b298 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 8 May 2016 12:01:43 -0700 Subject: File reorg --- util/tmpl/kanji.html | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 util/tmpl/kanji.html (limited to 'util/tmpl/kanji.html') diff --git a/util/tmpl/kanji.html b/util/tmpl/kanji.html deleted file mode 100644 index 7a5affb7..00000000 --- a/util/tmpl/kanji.html +++ /dev/null @@ -1,43 +0,0 @@ -
- {{#with options}} - {{#if enableAnkiConnect}} -
- -
- {{/if}} - {{/with}} - -
{{character}}
- -
-
- {{#if glossary}} -
Meanings
-
- {{#each glossary}} - {{.}}{{#unless @last}}, {{/unless}} - {{/each}} -
- {{/if}} - - {{#if kunyomi}} -
Kunyomi
-
- {{#each kunyomi}} - {{.}}{{#unless @last}}, {{/unless}} - {{/each}} -
- {{/if}} - - {{#if onyomi}} -
Onyomi
-
- {{#each onyomi}} - {{.}}{{#unless @last}}, {{/unless}} - {{/each}} -
- {{/if}} -
-
-
- -- cgit v1.2.3