From 4fb983a70cd02c0c0126a26e70d40261d5b2a51d Mon Sep 17 00:00:00 2001 From: siikamiika Date: Wed, 11 Oct 2017 09:18:55 +0300 Subject: add termTags The dictionary tags field can now have a '\t' in it, and it is used to separate tags associated with definitions and terms. --- tmpl/terms.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tmpl') diff --git a/tmpl/terms.html b/tmpl/terms.html index cc0f600e..72bf9824 100644 --- a/tmpl/terms.html +++ b/tmpl/terms.html @@ -80,6 +80,14 @@ {{/if}} + {{#if termTags}} +
+ {{#each termTags}} + {{name}} + {{/each}} +
+ {{/if}} + {{#if frequencies}}
{{#each frequencies}} -- cgit v1.2.3