generate archive

This commit is contained in:
Bastian Venthur
2021-01-17 14:46:48 +01:00
parent f61e12910b
commit a7c93134b3
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<ul>
{% for entry in archive %}
<li><a href="{{entry.dst}}">{{entry.title}}</a></li>
{% endfor %}
</ul>