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 @@