Re-add a page for each post tag
This commit is contained in:
parent
7c99281ae2
commit
e36882ee20
4 changed files with 34 additions and 11 deletions
9
source/_partials/post/post-teaser.html.twig
Normal file
9
source/_partials/post/post-teaser.html.twig
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue