Add markdown class

This commit is contained in:
Oliver Davies 2018-06-02 12:45:57 +01:00
parent b49bdd97c5
commit aa612a8d84

View file

@ -24,7 +24,7 @@ use: [posts]
{% include 'post/intro-image' with { page: post } %} {% include 'post/intro-image' with { page: post } %}
<div class="mb-4"> <div class="markdown mb-4">
{{ post.summary|markdown }} {{ post.summary|markdown }}
{% if post.blocks.excerpt is defined %} {% if post.blocks.excerpt is defined %}
{{ post.blocks.excerpt|markdown }} {{ post.blocks.excerpt|markdown }}