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