Add post
This commit is contained in:
parent
9717837223
commit
f2020ccff1
3 changed files with 58 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue