fix: parse excerpts
This commit is contained in:
parent
4696b0c383
commit
6ca026af0b
4 changed files with 13 additions and 9 deletions
|
@ -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 %}
|
Reference in a new issue