post_preview with footer

This commit is contained in:
2024-07-09 22:16:55 +02:00
parent 1e75744b7b
commit eed3644356
5 changed files with 54 additions and 8 deletions

View File

@ -54,6 +54,7 @@
{% for post in featured_posts %}
<li>
{% include "components/post_preview.html" %}
<hr class="border-blue-950 my-5">
</li>
{% endfor %}
</ul>