oliverdavies.uk/website/source/_includes/post/post-teaser.html.twig

14 lines
346 B
Twig
Raw Normal View History

2021-07-09 11:00:00 +00:00
<article>
<h2>
<a class="dark:text-blue-400 text-blue-primary" href="{{ post.url|trim('/', 'right') }}">
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>