summaryrefslogtreecommitdiffstats
path: root/templates/pagelistByYear.html
blob: 20ce6c446146c133e09a3993636aca490e77837e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
$for(pages)$
$for(it.by_year)$
$-- <hr class="c-spacer" />
$-- <h2>$it.key$</h2>
<ul class="s-refs">
    $for(it.value)$
    <li>
        <a href="$it.url_rel$">$it.category/uppercase$ $it.date$ - $it.title$</a>
    </li>
    $endfor$
</ul>
$endfor$
$endfor$