remove categories

This commit is contained in:
2023-09-05 13:15:01 +03:00
parent 93f2d5ed01
commit ca1f80ab0b
4 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ and a side nav for category and featured post navigation
<div class="flex flex-col md:flex-row container mx-auto">
{% include "partials/blogPosts.html" %}
{% include "partials/blogSidebar.html" %}
{# {% include "partials/blogSidebar.html" %} #}
</div>
</main>

View File

@@ -26,7 +26,7 @@ and a side nav for category and featured post navigation
<div class="flex flex-col md:flex-row container mx-auto">
{% include "partials/newsPosts.html" %}
{% include "partials/newsSidebar.html" %}
{# {% include "partials/newsSidebar.html" %} #}
</div>
</main>