diff --git a/templates/layouts/blog.html b/templates/layouts/blog.html
index 4d4615a..c16ca20 100644
--- a/templates/layouts/blog.html
+++ b/templates/layouts/blog.html
@@ -26,7 +26,7 @@ and a side nav for category and featured post navigation
{% include "partials/blogPosts.html" %}
- {% include "partials/blogSidebar.html" %}
+ {# {% include "partials/blogSidebar.html" %} #}
diff --git a/templates/layouts/newsroom.html b/templates/layouts/newsroom.html
index b243a29..e197b5e 100644
--- a/templates/layouts/newsroom.html
+++ b/templates/layouts/newsroom.html
@@ -26,7 +26,7 @@ and a side nav for category and featured post navigation
{% include "partials/newsPosts.html" %}
- {% include "partials/newsSidebar.html" %}
+ {# {% include "partials/newsSidebar.html" %} #}
diff --git a/templates/partials/featuredBlog.html b/templates/partials/featuredBlog.html
index 32d3419..dbbc0a8 100644
--- a/templates/partials/featuredBlog.html
+++ b/templates/partials/featuredBlog.html
@@ -10,7 +10,7 @@