summaryrefslogtreecommitdiffstats
path: root/templates/categoryRef.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/categoryRef.html')
-rw-r--r--templates/categoryRef.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/categoryRef.html b/templates/categoryRef.html
index 5715fa8..58dc5fe 100644
--- a/templates/categoryRef.html
+++ b/templates/categoryRef.html
@@ -1,7 +1,7 @@
1$if(it)$ 1$if(categories)$
2 <ul class="c-hlist"> 2 <ul class="c-hlist">
3 $for(it/pairs)$ 3 $for(categories)$
4 <li class="c-hlist__item"><strong>$it.key/uppercase$</strong>: $it.value$</li> 4 <li class="c-hlist__item"><strong>$it.key/uppercase$</strong>: $it.value.name$ ($it.value.count$)</li>
5 $endfor$ 5 $endfor$
6 </ul> 6 </ul>
7$endif$ 7$endif$