Remove unneeded feed config
This commit is contained in:
@@ -4,8 +4,6 @@ categories = ["content", "paige"]
|
||||
description = "Lorem Ipsum Dolor Si Amet."
|
||||
tags = ["markdown", "text"]
|
||||
title = "Placeholder Text"
|
||||
[paige.feed]
|
||||
hide_page = true
|
||||
+++
|
||||
|
||||
<!--
|
||||
|
@@ -4,8 +4,6 @@ categories = ["content", "paige"]
|
||||
description = "A brief description of Hugo Shortcodes."
|
||||
tags = ["privacy", "shortcodes"]
|
||||
title = "Rich Content"
|
||||
[paige.feed]
|
||||
hide_page = true
|
||||
+++
|
||||
|
||||
<!--
|
||||
|
@@ -1,5 +1,3 @@
|
||||
+++
|
||||
title = "Apple"
|
||||
[paige.feed]
|
||||
hide_page = true
|
||||
+++
|
||||
|
@@ -1,5 +1,3 @@
|
||||
+++
|
||||
title = "Banana"
|
||||
[paige.feed]
|
||||
hide_page = true
|
||||
+++
|
||||
|
@@ -1,5 +1,3 @@
|
||||
+++
|
||||
title = "Cantaloupe"
|
||||
[paige.feed]
|
||||
hide_page = true
|
||||
+++
|
||||
|
@@ -5,8 +5,6 @@ description = "Demonstration of the search layout."
|
||||
layout = "paige/search"
|
||||
tags = ["search"]
|
||||
title = "Search"
|
||||
[paige.feed]
|
||||
hide_page = true
|
||||
+++
|
||||
|
||||
The `paige/search` layout provides site search.
|
||||
|
Reference in New Issue
Block a user