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