markdown filter

This commit is contained in:
Cory Dransfeldt 2023-03-13 16:37:58 -07:00
parent 00c80bc305
commit 10a2a854d2
2 changed files with 9 additions and 2 deletions

View file

@ -20,7 +20,7 @@ pagination:
<div class="h-14 flex items-center text-sm">
{{ post.date | date: "%m.%d.%Y" }}
</div>
<p class="mt-0">{{ post.data.post_excerpt | markdownify }}</p>
<p class="mt-0">{{ post.data.post_excerpt | markdown }}</p>
<div class="mt-4 flex items-center justify-between">
<a class="flex-none font-normal no-underline" href="{{ post.url }}">Read more &rarr;</a>
</div>