tags on post header

This commit is contained in:
2024-03-03 19:39:28 +01:00
parent 33e9f6b95e
commit 1740bf5a70
4 changed files with 31 additions and 7 deletions

View File

@ -12,9 +12,7 @@
<ul>
{% for post in posts %}
<li class="my-12">
{% include "post_preview_card.html" %} {#
<ArticlePreviewCard {article} {segment} /> #} {#
<ArticleFooter {article} {segment} /> #}
{% include "post_preview_card.html" %}
</li>
{% endfor %}
</ul>