diff --git a/templates/layouts/blog.html b/templates/layouts/blog.html
index 4968811..62c113a 100644
--- a/templates/layouts/blog.html
+++ b/templates/layouts/blog.html
@@ -21,7 +21,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/products.html b/templates/layouts/products.html
index 4968811..62c113a 100644
--- a/templates/layouts/products.html
+++ b/templates/layouts/products.html
@@ -21,7 +21,7 @@ and a side nav for category and featured post navigation
{% include "partials/featuredBlog.html" %}
-
+
{% include "partials/blogPosts.html" %}
{% include "partials/blogSidebar.html" %}