From 351d3b574c3295359779e148a712203bd50a5f3b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 9 Jul 2015 08:39:46 +0100 Subject: [PATCH] Use main tag --- source/_layouts/default.html | 4 ++-- source/_layouts/post.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 %}