From 5f32ea5572929ac12b14d83c25866d975645f901 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 1 Apr 2015 00:17:21 +0100 Subject: [PATCH] Issue #2: The blog page can be full width, for now --- source/blog.html.twig | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/source/blog.html.twig b/source/blog.html.twig index 1dd4eda0..6f5cf211 100644 --- a/source/blog.html.twig +++ b/source/blog.html.twig @@ -5,16 +5,20 @@ nav: blog use: - posts --- -{% block content %} -

Blog

+{% block content_wrapper %} +
+ {% block content %} +

Blog

-{% if data.posts %} - -{% endif %} + {% if data.posts %} + + {% endif %} + {% endblock %} +
{# .col.md-12 #} {% endblock %} {% block sidebar %}{% endblock %} \ No newline at end of file