Updated endblocks

This commit is contained in:
Oliver Davies 2015-08-20 23:08:02 +01:00
parent c2fb13a1f5
commit 92b9007024
4 changed files with 9 additions and 9 deletions

View file

@ -6,7 +6,7 @@
<main class="col-md-10">
{% include 'post_header' %}
{% block content %}{% endblock %}
{% block content %}{% endblock content %}
{% if page.related -%}
<h2>Related Posts</h2>
@ -45,4 +45,4 @@
{% endif %}
</main>
{% endblock %}
{% endblock content_wrapper %}