site_footer and post listing order

This commit is contained in:
2024-01-18 22:33:36 +01:00
parent e0ad3f29ae
commit c9704a20f6
9 changed files with 108 additions and 38 deletions

View File

@ -0,0 +1,7 @@
<footer>
{% for post in latest_posts %}
<article>{{post.metadata.title}}</article>
{% endfor %}
</footer>