markdown filter
This commit is contained in:
parent
00c80bc305
commit
10a2a854d2
2 changed files with 9 additions and 2 deletions
|
@ -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 →</a>
|
||||
</div>
|
||||
|
|
Reference in a new issue