Update post template for excerpts

This commit is contained in:
Oliver Davies 2018-02-27 21:18:35 +00:00
parent fbbb2b6b18
commit 1a41e95207
2 changed files with 9 additions and 8 deletions

View file

@ -24,11 +24,10 @@
{% include 'post/header' %}
{% include 'post/intro-image' %}
{% if page.excerpt %}
{{ page.excerpt|markdown }}
{% endif %}
{% block content %}{% endblock %}
<div class="mb-6">
{% block excerpt %}{% endblock %}
{% block content %}{% endblock %}
</div>
{% include 'post/twitter-link' %}
{% include 'post/tags' %}