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