Re-add a page for each post tag

This commit is contained in:
Oliver Davies 2021-07-09 12:00:00 +01:00
parent 7c99281ae2
commit e36882ee20
4 changed files with 34 additions and 11 deletions

View file

@ -0,0 +1,9 @@
<article>
<h2>
<a class="text-blue-800 dark:text-blue-400" href="{{ post.url }}">
{{ post.title }}
</a>
</h2>
<p class="mt-1">{{ post.excerpt }}</p>
</article>