diff --git a/templates/_default/base.html b/templates/_default/base.html index e2961b3ea..b51872dea 100644 --- a/templates/_default/base.html +++ b/templates/_default/base.html @@ -42,7 +42,7 @@ {% include "partials/header.html" %} -
+
{% block content %}{% endblock %}
diff --git a/templates/layouts/blog.html b/templates/layouts/blog.html index 4d4615a49..d9b237f2b 100644 --- a/templates/layouts/blog.html +++ b/templates/layouts/blog.html @@ -24,7 +24,7 @@ and a side nav for category and featured post navigation {% include "partials/featuredBlog.html" %} -
+
{% include "partials/blogPosts.html" %} {% include "partials/blogSidebar.html" %}
diff --git a/templates/layouts/newsroom.html b/templates/layouts/newsroom.html index b243a299d..52086d4b4 100644 --- a/templates/layouts/newsroom.html +++ b/templates/layouts/newsroom.html @@ -24,7 +24,7 @@ and a side nav for category and featured post navigation {% include "partials/featuredNews.html" %} -
+
{% include "partials/newsPosts.html" %} {% include "partials/newsSidebar.html" %}