Fix missing content on teasers
This commit is contained in:
parent
9f35aa4043
commit
da4ac20ecc
|
@ -26,7 +26,7 @@ use: [posts]
|
||||||
|
|
||||||
<div class="markdown mb-4">
|
<div class="markdown mb-4">
|
||||||
{{ post.summary|markdown }}
|
{{ post.summary|markdown }}
|
||||||
{% if post.blocks.excerpt is defined %}
|
{% if post.blocks.excerpt is not empty %}
|
||||||
{{ post.blocks.excerpt|markdown }}
|
{{ post.blocks.excerpt|markdown }}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ post.blocks.content|markdown }}
|
{{ post.blocks.content|markdown }}
|
||||||
|
|
Loading…
Reference in a new issue