mirror of
https://github.com/venthur/blag.git
synced 2025-11-26 05:02:58 +00:00
archive improvements
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
<ul>
|
||||
<h1>Archive</h1>
|
||||
|
||||
{% for entry in archive %}
|
||||
<li><a href="{{entry.dst}}">{{entry.title}}</a></li>
|
||||
|
||||
{% if entry.title %}
|
||||
<h1><a href="{{entry.dst}}">{{entry.title}}</a></h1>
|
||||
{% endif %}
|
||||
|
||||
{% if entry.date %}
|
||||
<p>Written on {{ entry.date.date() }}.</p>
|
||||
{% endif %}
|
||||
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user