From d6ab049154cbfdac6ee5b4699f509302c4273474 Mon Sep 17 00:00:00 2001 From: samaradel Date: Mon, 17 Jul 2023 12:52:13 +0300 Subject: [PATCH] add container --- templates/layouts/blog.html | 2 +- templates/layouts/products.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" %}