Add markdown class
This commit is contained in:
parent
b49bdd97c5
commit
aa612a8d84
|
@ -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 }}
|
||||||
|
|
Reference in a new issue