Remove layout from page titles

master
Will Faught 1 year ago
parent 4b71898e4d
commit 07aa95912a

@ -5,7 +5,7 @@ date = 2024-06-03T21:21:05-07:00
description = "Demonstration of the cloud layout." description = "Demonstration of the cloud layout."
layout = "paige/cloud" layout = "paige/cloud"
tags = ["cloud"] tags = ["cloud"]
title = "Cloud Layout" title = "Cloud"
weight = 20 weight = 20
+++ +++

@ -4,7 +4,7 @@ categories = ["layouts", "paige"]
description = "Demonstration of the search layout." description = "Demonstration of the search layout."
layout = "paige/search" layout = "paige/search"
tags = ["search"] tags = ["search"]
title = "Search Layout" title = "Search"
weight = 20 weight = 20
[paige.feed] [paige.feed]
hide_page = true hide_page = true
@ -26,7 +26,7 @@ Example `content/layouts/search.md`:
```yaml ```yaml
--- ---
layout: "paige/search" layout: "paige/search"
title: "Search Layout" title: "Search"
--- ---
``` ```

Loading…
Cancel
Save