Fixed post width

This commit is contained in:
Oliver Davies 2016-05-27 19:38:20 +01:00
parent 47d701187f
commit 14b3c6fb6c

View file

@ -1,7 +1,6 @@
{% extends 'default.html.twig' %}
{% extends 'default' %}
{% block content_wrapper %}
<main class="col-md-9">
{% include('post-header') %}
{% block content %}{% endblock %}
@ -45,6 +44,4 @@
{% if page.previous_post %}<li>Previous post: <a href="{{ page.previous_post.url }}">{{ page.previous_post.title }}</a></li>{% endif %}
</ul>
{% endif %}
</main>
{% endblock %}