This commit is contained in:
Oliver Davies 2018-04-23 21:30:24 +01:00
parent 9717837223
commit f2020ccff1
3 changed files with 58 additions and 0 deletions

View file

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