Removed extra div
This commit is contained in:
parent
1f073726b0
commit
93d498cf5e
|
@ -1,7 +1,6 @@
|
|||
{% extends 'default' %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
<div class="col-md-9">
|
||||
{% include 'post-header' %}
|
||||
{% 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 %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
</div>{# .col-md-9 #}
|
||||
{% endblock %}
|
Loading…
Reference in a new issue