From 5b15fc322e33a433893dde3a7cfd54f192630806 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 1 Apr 2015 00:14:32 +0100 Subject: [PATCH] Issue #2: Put the block in the right place --- .../opdavies/_layouts/default.html.twig | 24 ++++++++++++------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/source/themes/opdavies/opdavies/_layouts/default.html.twig b/source/themes/opdavies/opdavies/_layouts/default.html.twig index a6d525962..0e0af7b80 100644 --- a/source/themes/opdavies/opdavies/_layouts/default.html.twig +++ b/source/themes/opdavies/opdavies/_layouts/default.html.twig @@ -14,15 +14,23 @@ {% include 'navbar' %} - {% block content_wrapper %} -
- {% block content %}{% endblock %} -
- {% endblock %} +
+
- {% block sidebar %} - {% include 'latest-posts' %} - {% endblock %} + {% block content_wrapper %} +
+ {% block content %}{% endblock %} +
+ {% endblock %} + + {% block sidebar %} +
+ {% include 'latest-posts' %} +
+ {% endblock %} + +
{# .row #} +
{# .container #}