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 #}