summaryrefslogtreecommitdiffstats
path: root/templates/categoryRef.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2020-12-30 09:55:37 +0100
committerVolpeon <git@volpeon.ink>2020-12-30 09:55:37 +0100
commit8132f5172d286ef73f5d0f2cfbd95da713870484 (patch)
tree0aa9ae8cee715f4d5d654e8e87fad5662a9e6ce8 /templates/categoryRef.html
parentRevert to old category metadata collection, add support for authors (diff)
downloadvolpeon.ink-8132f5172d286ef73f5d0f2cfbd95da713870484.tar.gz
volpeon.ink-8132f5172d286ef73f5d0f2cfbd95da713870484.tar.bz2
volpeon.ink-8132f5172d286ef73f5d0f2cfbd95da713870484.zip
Fixed finding subpages in some cases, use multiple sorted arrays for categories
Diffstat (limited to 'templates/categoryRef.html')
-rw-r--r--templates/categoryRef.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/categoryRef.html b/templates/categoryRef.html
deleted file mode 100644
index 58dc5fe..0000000
--- a/templates/categoryRef.html
+++ /dev/null
@@ -1,7 +0,0 @@
1$if(categories)$
2 <ul class="c-hlist">
3 $for(categories)$
4 <li class="c-hlist__item"><strong>$it.key/uppercase$</strong>: $it.value.name$ ($it.value.count$)</li>
5 $endfor$
6 </ul>
7$endif$