summaryrefslogtreecommitdiffstats
path: root/templates/pagelistByYear.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2020-12-28 09:57:02 +0100
committerVolpeon <git@volpeon.ink>2020-12-28 09:57:02 +0100
commit4631bf9fee31289d30d211d59b77b579303d55f6 (patch)
treef33e5eb4713280d3c1b5e73e996a08fddab5e9a3 /templates/pagelistByYear.html
parentCompleted automatic metadata generation (diff)
downloadvolpeon.ink-4631bf9fee31289d30d211d59b77b579303d55f6.tar.gz
volpeon.ink-4631bf9fee31289d30d211d59b77b579303d55f6.tar.bz2
volpeon.ink-4631bf9fee31289d30d211d59b77b579303d55f6.zip
Various small fixes, exclude raw ASCII fox from output
Diffstat (limited to 'templates/pagelistByYear.html')
-rw-r--r--templates/pagelistByYear.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/pagelistByYear.html b/templates/pagelistByYear.html
new file mode 100644
index 0000000..8270530
--- /dev/null
+++ b/templates/pagelistByYear.html
@@ -0,0 +1,12 @@
1$for(pages)$
2 $for(it.by_year/pairs)$
3 <h2>$it.key$</h2>
4 <ul class="c-refs">
5 $for(it.value)$
6 <li class="c-refs__item">
7 <a href="$it.url_rel$">$it.date$ - $it.title$</a>
8 </li>
9 $endfor$
10 </ul>
11 $endfor$
12$endfor$