mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 20:52:43 +00:00
generate archive
This commit is contained in:
5
sg/templates/archive.html
Normal file
5
sg/templates/archive.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<ul>
|
||||
{% for entry in archive %}
|
||||
<li><a href="{{entry.dst}}">{{entry.title}}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
Reference in New Issue
Block a user