refactor modules

This commit is contained in:
2024-08-07 13:18:13 +02:00
parent 6dc6a581e3
commit 5365cb5409
24 changed files with 139 additions and 130 deletions

View File

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