Allow markdown in post descriptions

This commit is contained in:
Neil Brommer 2023-10-20 09:48:24 -07:00
parent 47184b5939
commit 711dcbab53
2 changed files with 5 additions and 1 deletions

View file

@ -29,7 +29,7 @@
{% endfor %}
</div>
</dl>
<p>{{ post.data.description }}</p>
<p>{{ post.data.description | renderMarkdown | safe }}</p>
</section>
{% endfor %}
{% else %}