post_preview with footer

This commit is contained in:
2024-07-09 22:16:55 +02:00
parent 1e75744b7b
commit eed3644356
5 changed files with 54 additions and 8 deletions

View File

@ -8,7 +8,7 @@
{% include "post_tag_list.html" %}
<section class="created-at m-1 text-right text-sm text-gray-600">
<span>Published on</span>
<time datetime="{post.metadata.date}"> {{post.metadata.date|pretty_date}} </time>
<time datetime="{{post.metadata.date}}"> {{post.metadata.date|pretty_date}} </time>
</section>
</aside>
</header>