diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-12-17 19:30:26 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-12-17 19:30:26 -0800 |
commit | 5c755043fa2fb23f94f898fc57828277d7b02049 (patch) | |
tree | cb589e3f0c0200005977d1ef18e7a6b3c2d9b25a /tmpl/term.html | |
parent | 15e1cf3358e357968d6c48465fcd15a877bc433a (diff) |
CWIP
Diffstat (limited to 'tmpl/term.html')
-rw-r--r-- | tmpl/term.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/term.html b/tmpl/term.html index fb50e7d7..36f8f4fc 100644 --- a/tmpl/term.html +++ b/tmpl/term.html @@ -23,7 +23,7 @@ <div class="term-tags"> {{#each tags}} - <span class="tag tag-{{category}}" title="{{notes}}">{{tag}}</span> + <span class="tag tag-{{category}}" title="{{notes}}">{{name}}</span> {{/each}} </div> |