From 92b9007024bf3ac5339658a1a2244b8a26261404 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 20 Aug 2015 23:08:02 +0100 Subject: [PATCH] Updated endblocks --- source/_layouts/default.html.twig | 10 +++++----- source/_layouts/post.html.twig | 4 ++-- source/_layouts/talk.html.twig | 2 +- source/blog.html | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/source/_layouts/default.html.twig b/source/_layouts/default.html.twig index 25b1ad76..c95dd3c2 100644 --- a/source/_layouts/default.html.twig +++ b/source/_layouts/default.html.twig @@ -57,9 +57,9 @@
{% block content_wrapper %}
- {% block content %}{% endblock %} + {% block content %}{% endblock content %}
- {% endblock %} + {% endblock content_wrapper %} {% block sidebar_wrapper %}
@@ -72,9 +72,9 @@ {% include 'availability' %} - {% endblock %} + {% endblock sidebar %}
- {% endblock %} + {% endblock sidebar_wrapper %}
{# .row #} {# .container #} @@ -89,7 +89,7 @@ - {% block scripts %}{% endblock %} + {% block scripts %}{% endblock scripts %} {% if page.tweets is defined and page.tweets == true %} diff --git a/source/_layouts/post.html.twig b/source/_layouts/post.html.twig index bc95c75c..e9a399ed 100644 --- a/source/_layouts/post.html.twig +++ b/source/_layouts/post.html.twig @@ -6,7 +6,7 @@
{% include 'post_header' %} - {% block content %}{% endblock %} + {% block content %}{% endblock content %} {% if page.related -%}

Related Posts

@@ -45,4 +45,4 @@ {% endif %}
-{% endblock %} +{% endblock content_wrapper %} diff --git a/source/_layouts/talk.html.twig b/source/_layouts/talk.html.twig index bc99c861..1b8d3bf6 100644 --- a/source/_layouts/talk.html.twig +++ b/source/_layouts/talk.html.twig @@ -22,4 +22,4 @@ {% endif %} -{% endblock %} +{% endblock content_wrapper %} diff --git a/source/blog.html b/source/blog.html index e220e307..56355644 100644 --- a/source/blog.html +++ b/source/blog.html @@ -38,4 +38,4 @@ use: {% endif %} {% endif %} -{% endblock %} +{% endblock content %}