Change hide_paige to hide_page

This commit is contained in:
Will Faught
2023-09-23 16:32:49 -07:00
parent 97447d57dd
commit d156b6d9ee
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ date: "2023-09-18T21:33:24-07:00"
description: "A brief description of Hugo Shortcodes." description: "A brief description of Hugo Shortcodes."
paige: paige:
feed: feed:
hide_paige: true hide_page: true
tags: ["shortcodes", "privacy"] tags: ["shortcodes", "privacy"]
title: "Rich Content" title: "Rich Content"
weight: 20 weight: 20

View File

@@ -5,7 +5,7 @@ date: "2023-09-18T21:34:58-07:00"
description: "Demonstration of the Paige email shortcode." description: "Demonstration of the Paige email shortcode."
paige: paige:
feed: feed:
hide_paige: true hide_page: true
tags: ["email"] tags: ["email"]
title: "Email Shortcode" title: "Email Shortcode"
--- ---

View File

@@ -5,7 +5,7 @@ date: "2023-09-18T21:35:34-07:00"
description: "Demonstration of the Paige Vimeo shortcode." description: "Demonstration of the Paige Vimeo shortcode."
paige: paige:
feed: feed:
hide_paige: true hide_page: true
tags: ["videos", "vimeo"] tags: ["videos", "vimeo"]
title: "Vimeo Shortcode" title: "Vimeo Shortcode"
--- ---

View File

@@ -5,7 +5,7 @@ date: "2023-09-18T21:35:40-07:00"
description: "Demonstration of the Paige YouTube shortcode." description: "Demonstration of the Paige YouTube shortcode."
paige: paige:
feed: feed:
hide_paige: true hide_page: true
tags: ["videos", "youtube"] tags: ["videos", "youtube"]
title: "YouTube Shortcode" title: "YouTube Shortcode"
--- ---