Always show excerpt block on blog page
This commit is contained in:
parent
c0e4947b5b
commit
f4c77445c0
|
@ -20,7 +20,7 @@ use: [posts]
|
|||
{% include 'post/intro-image' with { page: post } %}
|
||||
|
||||
<div class="mb-4">
|
||||
{% if post.blocks.excerpt %}
|
||||
{% if post.blocks.excerpt is defined %}
|
||||
{{ post.blocks.excerpt|markdown }}
|
||||
{% else %}
|
||||
{{ post.blocks.content|markdown }}
|
||||
|
|
Loading…
Reference in a new issue