admin ui featured blogs

This commit is contained in:
2024-05-09 23:26:06 +02:00
parent 8f5069e207
commit 1e75744b7b
19 changed files with 266 additions and 17 deletions

View File

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