Remove unneeded feed config

master
Will Faught 12 months ago
parent 5df49273a7
commit aff1716ff5

@ -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
+++ +++
<!-- <!--

@ -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
+++ +++
<!-- <!--

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

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

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

@ -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.

Loading…
Cancel
Save