site_footer and post listing order
This commit is contained in:
7
axum_server/templates/site_footer.html
Normal file
7
axum_server/templates/site_footer.html
Normal file
@ -0,0 +1,7 @@
|
||||
<footer>
|
||||
{% for post in latest_posts %}
|
||||
|
||||
<article>{{post.metadata.title}}</article>
|
||||
|
||||
{% endfor %}
|
||||
</footer>
|
Reference in New Issue
Block a user