aboutsummaryrefslogtreecommitdiff
path: root/tmpl/term-definition.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-01-08 22:44:13 -0800
committerAlex Yatskov <alex@foosoft.net>2017-01-08 22:44:13 -0800
commit60e23ab42c86fbc74a6e16d6fd29fcc6761bfb36 (patch)
treecfc270d272270bcada3b9799959553a967c73193 /tmpl/term-definition.html
parent3b83f8b7fef9978b79517aeda95fa89de071ba54 (diff)
simplify templates
Diffstat (limited to 'tmpl/term-definition.html')
-rw-r--r--tmpl/term-definition.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/tmpl/term-definition.html b/tmpl/term-definition.html
deleted file mode 100644
index 03356a59..00000000
--- a/tmpl/term-definition.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{{#if tags}}
-<div class="term-tags">
- {{#each tags}}
- <span class="tag tag-{{category}}" title="{{notes}}">{{name}}</span>
- {{/each}}
-</div>
-{{/if}}
-{{#if glossary.[1]}}
-<ul class="term-glossary-group">
- {{#each glossary}}
- <li><span class="term-glossary-item">{{.}}</span></li>
- {{/each}}
-</ul>
-{{else}}
-<div class="term-glossary-group term-glossary-item">{{glossary.[0]}}</div>
-{{/if}}