From a3dffede85afd5b85bc0660894b821c5c5d11cdb Mon Sep 17 00:00:00 2001
From: davegson <3080765+davegson@users.noreply.github.com>
Date: Fri, 11 Feb 2022 17:50:31 +0100
Subject: [PATCH] Add general-layout class to index pages

---
 blog/index.html    | 4 ++--
 podcast/index.html | 2 +-
 video/index.html   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/blog/index.html b/blog/index.html
index dae0ac6..e8421fb 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -3,7 +3,7 @@ title: Safing Blog
 layout: page
 ---
 
-<section>
+<section class="general-layout">
   <div class="blogpod-container mt-80">
       <div class="blogpod-container-top">
           <span class="blogpod-container-top-bg-title">Follow Us</span>
@@ -21,4 +21,4 @@ layout: page
           {% endfor %}
       </div>
   </div>
-</section>
\ No newline at end of file
+</section>
diff --git a/podcast/index.html b/podcast/index.html
index 84a1920..0aea5c4 100644
--- a/podcast/index.html
+++ b/podcast/index.html
@@ -3,7 +3,7 @@ title: The Safing Podcast
 layout: page
 ---
 
-<section>
+<section class="general-layout">
   <div class="blogpod-container mt-80">
       <div class="blogpod-container-top">
           <span class="blogpod-container-top-bg-title">Follow Us</span>
diff --git a/video/index.html b/video/index.html
index 7203d10..f661ef3 100644
--- a/video/index.html
+++ b/video/index.html
@@ -3,7 +3,7 @@ title: Safing Video Updates
 layout: page
 ---
 
-<section>
+<section class="general-layout">
   <div class="blogpod-container mt-80">
       <div class="blogpod-container-top">
           <span class="blogpod-container-top-bg-title">Follow Us</span>