remove categories

This commit is contained in:
Ehab Hassan 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>

View File

@ -10,7 +10,7 @@
<body>
<div class="md:grid md:grid-cols-2 md:gap-8 relative mt-16 lg:mt-16 items-center container mx-auto">
<div class="relative lg:ml-8 my-8 w-full md:w-auto">
<div class="relative lg:ml-8 my-8 mx-4 w-full md:w-auto">
<h3 class="text-base not-italic leading-6 text-gray-600">FEATURED POST</h3>
<a href={{featured.permalink}} class="">
<h2

View File

@ -1,7 +1,7 @@
<body>
<div class="md:grid md:grid-cols-2 md:gap-8 relative mt-16 lg:mt-16 items-center container mx-auto">
<div class="relative lg:ml-8 my-8 w-full md:w-auto">
<div class="relative lg:ml-8 my-8 mx-4 w-full md:w-auto">
<h3 class="text-base not-italic leading-6 text-gray-600">FEATURED NEWS</h3>
<a href={{featured.permalink}} class="">
<h2