fix: parse excerpts

This commit is contained in:
Cory Dransfeldt 2024-09-24 07:56:10 -07:00
parent 4696b0c383
commit 6ca026af0b
No known key found for this signature in database
4 changed files with 13 additions and 9 deletions

View file

@ -18,7 +18,7 @@ permalink: "/posts/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}
<h3>
<a href="{{ post.slug }}">{{ post.title }}</a>
</h3>
<p>{{ post.description }}</p>
<p>{{ post.description | markdown }}</p>
</article>
{% endfor %}
{% render "partials/nav/paginator.liquid", pagination:pagination %}