summaryrefslogtreecommitdiffstats
path: root/templates/pagelistByYear.html
diff options
context:
space:
mode:
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$