updated post list template

This commit is contained in:
Daniel Fichtinger 2025-07-02 15:08:56 -04:00
parent 89e33e92c4
commit 2876ef664b

View file

@ -5,7 +5,7 @@
{% if post_list %}
<ul>
{% for item in post_list %}
<li><a href="/{{ item.url }}">{{ item.metadata.title }}</a></li>
<li><small><time datetime="{{ metadata.date | safe }}">{{ metadata.date | safe}}</time></small>: <a href="/{{ item.url }}">{{ item.metadata.title }}</a></li>
{% endfor %}
</ul>
{% endif %}