admin ui featured blogs
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user