feat: display post date in teaser

This commit is contained in:
Oliver Davies 2021-10-07 09:02:35 +01:00
parent a532c111d0
commit eb100936ad

View file

@ -5,5 +5,9 @@
</a>
</h2>
<time class="text-base" datetime="{{ post.date|date('Y-m-d') }}">
{{ post.date|date('jS F Y') }}
</time>
<p class="mt-1">{{ post.excerpt }}</p>
</article>