From eda2e8f8923aa83452bce6f0d5313d3ea0024390 Mon Sep 17 00:00:00 2001 From: davegson <3080765+davegson@users.noreply.github.com> Date: Thu, 21 May 2020 12:29:08 +0200 Subject: [PATCH] Remove unused page settings --- _layouts/podcast.html | 2 -- _layouts/post.html | 3 --- _layouts/video.html | 2 -- 3 files changed, 7 deletions(-) diff --git a/_layouts/podcast.html b/_layouts/podcast.html index 60ae97c..41f73bf 100644 --- a/_layouts/podcast.html +++ b/_layouts/podcast.html @@ -1,7 +1,5 @@ --- layout: page_container -title: "The Safing Podcast" -heading: "The Safing Podcast" container_class: "podcast pt-40 lg:pt-64" --- diff --git a/_layouts/post.html b/_layouts/post.html index f11f8df..14bc253 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,8 +1,5 @@ --- layout: page_container -title: "Blog" -heading: "Blog" -subheading: "Announcements and things we'd like to share" ---
diff --git a/_layouts/video.html b/_layouts/video.html index cfb07a4..dcb6f4a 100644 --- a/_layouts/video.html +++ b/_layouts/video.html @@ -1,7 +1,5 @@ --- layout: page_container -title: "The Safing Podcast" -heading: "The Safing Podcast" container_class: "podcast pt-40 lg:pt-64" ---