From 468d1d0b0a09c8d07263a9e89e053bf26d4baf46 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 8 Jul 2024 11:03:15 -0700 Subject: [PATCH] Remove dates, weights from layout pages --- exampleSite/content/layouts/cloud/_index.md | 2 -- exampleSite/content/layouts/search.md | 1 - 2 files changed, 3 deletions(-) diff --git a/exampleSite/content/layouts/cloud/_index.md b/exampleSite/content/layouts/cloud/_index.md index 29186584..b8c54def 100644 --- a/exampleSite/content/layouts/cloud/_index.md +++ b/exampleSite/content/layouts/cloud/_index.md @@ -1,12 +1,10 @@ +++ authors = ["author-demo"] categories = ["layouts", "paige"] -date = 2024-06-03T21:21:05-07:00 description = "Demonstration of the cloud layout." layout = "paige/cloud" tags = ["cloud"] title = "Cloud" -weight = 20 +++ Paige provides a `paige/cloud` layout for taxonomy pages with lots of terms. diff --git a/exampleSite/content/layouts/search.md b/exampleSite/content/layouts/search.md index b4659a35..1460183a 100644 --- a/exampleSite/content/layouts/search.md +++ b/exampleSite/content/layouts/search.md @@ -5,7 +5,6 @@ description = "Demonstration of the search layout." layout = "paige/search" tags = ["search"] title = "Search" -weight = 20 [paige.feed] hide_page = true +++