summaryrefslogtreecommitdiffstats
path: root/templates/pagelistByYear.html
blob: b884d8920b828e28dd2d0d02c86947ead6f2fe81 (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>
    $for(it.value)$
    <li class="c-page__prefixed c-page__prefixed--ref">
        <a href="$it.url_rel$">$it.category/uppercase$ $it.date$ - $it.title$</a>
    </li>
    $endfor$
</ul>
$endfor$
$endfor$