summaryrefslogtreecommitdiffstats
path: root/templates/pagelistByYear.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2020-12-28 18:23:37 +0100
committerVolpeon <git@volpeon.ink>2020-12-28 18:23:37 +0100
commit598b5e44aa2f949ac470a46a9c850d62211cec42 (patch)
tree33308c365aff0f4b129d6d73d9c4521d870cfbe7 /templates/pagelistByYear.html
parentVarious small fixes, exclude raw ASCII fox from output (diff)
downloadvolpeon.ink-598b5e44aa2f949ac470a46a9c850d62211cec42.tar.gz
volpeon.ink-598b5e44aa2f949ac470a46a9c850d62211cec42.tar.bz2
volpeon.ink-598b5e44aa2f949ac470a46a9c850d62211cec42.zip
Improved CSS vars and scopes
Diffstat (limited to 'templates/pagelistByYear.html')
-rw-r--r--templates/pagelistByYear.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/pagelistByYear.html b/templates/pagelistByYear.html
index 8270530..758d45b 100644
--- a/templates/pagelistByYear.html
+++ b/templates/pagelistByYear.html
@@ -1,9 +1,9 @@
1$for(pages)$ 1$for(pages)$
2 $for(it.by_year/pairs)$ 2 $for(it.by_year/pairs)$
3 <h2>$it.key$</h2> 3 <h2>$it.key$</h2>
4 <ul class="c-refs"> 4 <ul class="s-refs">
5 $for(it.value)$ 5 $for(it.value)$
6 <li class="c-refs__item"> 6 <li>
7 <a href="$it.url_rel$">$it.date$ - $it.title$</a> 7 <a href="$it.url_rel$">$it.date$ - $it.title$</a>
8 </li> 8 </li>
9 $endfor$ 9 $endfor$