Use post excerpt from front matter
This commit is contained in:
parent
04b5c94e40
commit
b80f0df305
2 changed files with 7 additions and 5 deletions
|
@ -24,6 +24,10 @@
|
|||
{% include 'post/header' %}
|
||||
{% include 'post/intro-image' %}
|
||||
|
||||
{% if page.excerpt %}
|
||||
{{ page.excerpt|markdown }}
|
||||
{% endif %}
|
||||
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
{% include 'post/twitter-link' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue