blog post thumbnails

This commit is contained in:
2024-08-16 20:22:19 +02:00
parent fdfa69c4b4
commit 9b81d70ae2
28 changed files with 178 additions and 32 deletions

View File

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