Hide layouts content from feeds

This commit is contained in:
Will Faught
2023-09-20 22:52:07 -07:00
parent 4bab964227
commit c08c6eb637
4 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
--- ---
paige:
feed:
hide_page: true
title: Apple title: Apple
--- ---

View File

@@ -1,3 +1,6 @@
--- ---
paige:
feed:
hide_page: true
title: Banana title: Banana
--- ---

View File

@@ -1,3 +1,6 @@
--- ---
paige:
feed:
hide_page: true
title: Cantaloupe title: Cantaloupe
--- ---

View File

@@ -3,6 +3,9 @@ authors: ["will-faught"]
categories: ["layouts", "paige"] categories: ["layouts", "paige"]
description: "Demonstration of the Paige search layout." description: "Demonstration of the Paige search layout."
layout: "paige/search" layout: "paige/search"
paige:
feed:
hide_page: true
tags: ["search"] tags: ["search"]
title: "Search Layout" title: "Search Layout"
weight: 20 weight: 20