Removed extra div

This commit is contained in:
Oliver Davies 2015-04-19 08:45:48 +01:00
parent 1f073726b0
commit 93d498cf5e

View file

@ -1,7 +1,6 @@
{% extends 'default' %} {% extends 'default' %}
{% block content_wrapper %} {% block content_wrapper %}
<div class="col-md-9">
{% include 'post-header' %} {% include 'post-header' %}
{% block content %}{% endblock %} {% block content %}{% endblock %}
@ -20,5 +19,4 @@
{% if page.previous_post %}<li>Previous post: <a href="{{ page.previous_post.url }}">{{ page.previous_post.title }}</a></li>{% endif %} {% if page.previous_post %}<li>Previous post: <a href="{{ page.previous_post.url }}">{{ page.previous_post.title }}</a></li>{% endif %}
</ul> </ul>
{% endif %} {% endif %}
</div>{# .col-md-9 #}
{% endblock %} {% endblock %}