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

10 lines
205 B
Twig
Raw Normal View History

2021-07-09 12:00:00 +01:00
<article>
<h2>
2021-09-08 23:13:12 +01:00
<a class="text-blue-primary dark:text-blue-400" href="{{ post.url }}">
2021-07-09 12:00:00 +01:00
{{ post.title }}
</a>
</h2>
<p class="mt-1">{{ post.excerpt }}</p>
</article>