From ca1f80ab0b2a9323125ae2c5b07bbfd0e64d1565 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Tue, 5 Sep 2023 13:15:01 +0300 Subject: [PATCH] remove categories --- templates/layouts/blog.html | 2 +- templates/layouts/newsroom.html | 2 +- templates/partials/featuredBlog.html | 2 +- templates/partials/featuredNews.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 @@
-