Removed sidebar

This commit is contained in:
Oliver Davies 2015-04-13 21:15:09 +01:00
parent a6509ba249
commit a84e96e6d6
3 changed files with 9 additions and 35 deletions

View file

@ -20,15 +20,7 @@
<div class="row">
{% block content_wrapper %}
<div class="col-md-9">
{% block content %}{% endblock %}
</div>
{% endblock %}
{% block sidebar %}
<div class="col-md-3">
{% include 'latest-posts' %}
</div>
{% block content %}{% endblock %}
{% endblock %}
</div>{# .row #}
@ -40,4 +32,4 @@
{% include 'footer-scripts' %}
</body>
</html>
</html>