diff --git a/exampleSite/content/layouts/cloud/apple.md b/exampleSite/content/layouts/cloud/apple.md index 49066b1f..129406ad 100644 --- a/exampleSite/content/layouts/cloud/apple.md +++ b/exampleSite/content/layouts/cloud/apple.md @@ -1,3 +1,6 @@ --- +paige: + feed: + hide_page: true title: Apple --- diff --git a/exampleSite/content/layouts/cloud/banana.md b/exampleSite/content/layouts/cloud/banana.md index ae1790c0..d477312a 100644 --- a/exampleSite/content/layouts/cloud/banana.md +++ b/exampleSite/content/layouts/cloud/banana.md @@ -1,3 +1,6 @@ --- +paige: + feed: + hide_page: true title: Banana --- diff --git a/exampleSite/content/layouts/cloud/cantaloupe.md b/exampleSite/content/layouts/cloud/cantaloupe.md index f515245c..8e3d84c7 100644 --- a/exampleSite/content/layouts/cloud/cantaloupe.md +++ b/exampleSite/content/layouts/cloud/cantaloupe.md @@ -1,3 +1,6 @@ --- +paige: + feed: + hide_page: true title: Cantaloupe --- diff --git a/exampleSite/content/layouts/search.md b/exampleSite/content/layouts/search.md index 3646bd77..4ad70d33 100644 --- a/exampleSite/content/layouts/search.md +++ b/exampleSite/content/layouts/search.md @@ -3,6 +3,9 @@ authors: ["will-faught"] categories: ["layouts", "paige"] description: "Demonstration of the Paige search layout." layout: "paige/search" +paige: + feed: + hide_page: true tags: ["search"] title: "Search Layout" weight: 20