diff --git a/source/_layouts/default.html b/source/_layouts/default.html index 16e37e92d..ebfd59b2b 100644 --- a/source/_layouts/default.html +++ b/source/_layouts/default.html @@ -10,9 +10,9 @@
{% block content_wrapper %} -
+
{% block content %}{% endblock %} -
+ {% endblock %} {% include 'sidebar' %} diff --git a/source/_layouts/post.html b/source/_layouts/post.html index e07f648e0..e8c037667 100644 --- a/source/_layouts/post.html +++ b/source/_layouts/post.html @@ -3,7 +3,7 @@ {% block body_classes %}page--blog page--blog__post{% endblock %} {% block content_wrapper %} -
+
{% include 'post-header' %} {% block content %}{% endblock %} @@ -26,5 +26,5 @@ {% endif %} -
+ {% endblock %}