summaryrefslogtreecommitdiff
path: root/ext/mixed/display-templates.html
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2020-02-02 14:21:38 +0200
committerGitHub <noreply@github.com>2020-02-02 14:21:38 +0200
commit539ad6fb0aca99605b853e496159c1fb535ce633 (patch)
tree5655e89b2ff9548e462ddbf9043e658470b08c91 /ext/mixed/display-templates.html
parent24690ceb7c0fc2af9ebd33971dece22eb2bd1d03 (diff)
parentb8326138a3254e82dd42e1517f371287bdfc6705 (diff)
Merge pull request #334 from siikamiika/search-tags
add scannable tags for expression and reading
Diffstat (limited to 'ext/mixed/display-templates.html')
-rw-r--r--ext/mixed/display-templates.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mixed/display-templates.html b/ext/mixed/display-templates.html
index 6c611be9..6fcf4c74 100644
--- a/ext/mixed/display-templates.html
+++ b/ext/mixed/display-templates.html
@@ -77,5 +77,6 @@
<template id="tag-template"><span class="tag"><span class="tag-inner"></span></span></template>
<template id="tag-frequency-template"><span class="tag" data-category="frequency"><span class="tag-inner"><span class="term-frequency-dictionary-name"></span><span class="term-frequency-separator"></span><span class="term-frequency-value"></span></span></template>
+<template id="tag-search-template"><span class="tag" data-category="search"></span></template>
</body></html>