Remove unneeded feed config

This commit is contained in:
Will Faught
2024-07-18 18:24:05 -07:00
parent 5df49273a7
commit aff1716ff5
6 changed files with 0 additions and 12 deletions

View File

@@ -4,8 +4,6 @@ categories = ["content", "paige"]
description = "Lorem Ipsum Dolor Si Amet." description = "Lorem Ipsum Dolor Si Amet."
tags = ["markdown", "text"] tags = ["markdown", "text"]
title = "Placeholder Text" title = "Placeholder Text"
[paige.feed]
hide_page = true
+++ +++
<!-- <!--

View File

@@ -4,8 +4,6 @@ categories = ["content", "paige"]
description = "A brief description of Hugo Shortcodes." description = "A brief description of Hugo Shortcodes."
tags = ["privacy", "shortcodes"] tags = ["privacy", "shortcodes"]
title = "Rich Content" title = "Rich Content"
[paige.feed]
hide_page = true
+++ +++
<!-- <!--

View File

@@ -1,5 +1,3 @@
+++ +++
title = "Apple" title = "Apple"
[paige.feed]
hide_page = true
+++ +++

View File

@@ -1,5 +1,3 @@
+++ +++
title = "Banana" title = "Banana"
[paige.feed]
hide_page = true
+++ +++

View File

@@ -1,5 +1,3 @@
+++ +++
title = "Cantaloupe" title = "Cantaloupe"
[paige.feed]
hide_page = true
+++ +++

View File

@@ -5,8 +5,6 @@ description = "Demonstration of the search layout."
layout = "paige/search" layout = "paige/search"
tags = ["search"] tags = ["search"]
title = "Search" title = "Search"
[paige.feed]
hide_page = true
+++ +++
The `paige/search` layout provides site search. The `paige/search` layout provides site search.