]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/blog/modules/history-navigation.html
wiki: Only match usernames when a word starts with @
[ipfire.org.git] / src / templates / blog / modules / history-navigation.html
1 <div class="level">
2 <div class="level-left">
3 <div class="level-item">
4 {{ _("Archive") }}
5 </div>
6
7 {% for year in years %}
8 <div class="level-item">
9 <a href="/blog/years/{{ year }}">{{ year }}</a>
10 </div>
11 {% end %}
12 </div>
13 </div>