summaryrefslogtreecommitdiffstats
path: root/templates/partials/pagelistByYear.html
blob: ff55f0f6f8a62970e015290074c61cc47f466157 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
$for(pages)$
    $for(it.by_year)$
        <ul>
            $for(it.value)$
                <li class="c-page__prefixed c-page__prefixed--ref">
                    <a href="$it.url.rel$">$it.category/uppercase$ $it.date.yyyy_mm_dd$ - $it.title$</a>
                </li>
            $endfor$
        </ul>
    $endfor$
$endfor$