diff --git a/exampleSite/content/content/placeholder-text.md b/exampleSite/content/content/placeholder-text.md index 91749e91..830d8c41 100644 --- a/exampleSite/content/content/placeholder-text.md +++ b/exampleSite/content/content/placeholder-text.md @@ -3,6 +3,9 @@ authors: ["will-faught"] categories: ["content", "paige"] date: "2023-09-18T21:33:16-07:00" description: "Lorem Ipsum Dolor Si Amet." +paige: + feed: + hide_page: true tags: ["markdown", "text"] title: "Placeholder Text" weight: 30 diff --git a/exampleSite/content/content/rich-content.md b/exampleSite/content/content/rich-content.md index 7b120e49..9ca3017a 100644 --- a/exampleSite/content/content/rich-content.md +++ b/exampleSite/content/content/rich-content.md @@ -3,6 +3,9 @@ authors: ["will-faught"] categories: ["content", "paige"] date: "2023-09-18T21:33:24-07:00" description: "A brief description of Hugo Shortcodes." +paige: + feed: + hide_paige: true tags: ["shortcodes", "privacy"] title: "Rich Content" weight: 20 diff --git a/exampleSite/content/shortcodes/email.md b/exampleSite/content/shortcodes/email.md index de165a84..a2583e4c 100644 --- a/exampleSite/content/shortcodes/email.md +++ b/exampleSite/content/shortcodes/email.md @@ -3,6 +3,9 @@ authors: ["will-faught"] categories: ["paige", "shortcodes"] date: "2023-09-18T21:34:58-07:00" description: "Demonstration of the Paige email shortcode." +paige: + feed: + hide_paige: true tags: ["email"] title: "Email Shortcode" --- diff --git a/exampleSite/content/shortcodes/vimeo.md b/exampleSite/content/shortcodes/vimeo.md index 4dd3472d..1cf1eea5 100644 --- a/exampleSite/content/shortcodes/vimeo.md +++ b/exampleSite/content/shortcodes/vimeo.md @@ -3,6 +3,9 @@ authors: ["will-faught"] categories: ["paige", "shortcodes"] date: "2023-09-18T21:35:34-07:00" description: "Demonstration of the Paige Vimeo shortcode." +paige: + feed: + hide_paige: true tags: ["videos", "vimeo"] title: "Vimeo Shortcode" --- diff --git a/exampleSite/content/shortcodes/youtube.md b/exampleSite/content/shortcodes/youtube.md index e670dea0..8923d9fc 100644 --- a/exampleSite/content/shortcodes/youtube.md +++ b/exampleSite/content/shortcodes/youtube.md @@ -3,6 +3,9 @@ authors: ["will-faught"] categories: ["paige", "shortcodes"] date: "2023-09-18T21:35:40-07:00" description: "Demonstration of the Paige YouTube shortcode." +paige: + feed: + hide_paige: true tags: ["videos", "youtube"] title: "YouTube Shortcode" ---