oliverdavies.uk/source/_partials/post/post-teaser.html.twig

14 lines
327 B
Twig
Raw Normal View History

2021-07-09 11:00:00 +00:00
<article>
<h2>
2021-09-08 22:13:12 +00:00
<a class="text-blue-primary dark:text-blue-400" href="{{ post.url }}">
2021-07-09 11:00:00 +00:00
{{ post.title }}
</a>
</h2>
2021-10-07 08:02:35 +00:00
<time class="text-base" datetime="{{ post.date|date('Y-m-d') }}">
{{ post.date|date('jS F Y') }}
</time>
2021-07-09 11:00:00 +00:00
<p class="mt-1">{{ post.excerpt }}</p>
</article>