From 97239baa0c6bd5151adfeeee787e837e5e0556cd Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 3 Jun 2024 21:30:04 -0700 Subject: [PATCH] Set full dates for pages in lists --- exampleSite/content/customization/show.md | 2 +- exampleSite/content/customization/style.md | 2 +- exampleSite/content/layouts/cloud/_index.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/customization/show.md b/exampleSite/content/customization/show.md index 9f4c11d9..02402d93 100644 --- a/exampleSite/content/customization/show.md +++ b/exampleSite/content/customization/show.md @@ -1,7 +1,7 @@ --- authors: ["will-faught"] categories: ["customization", "paige"] -date: "2023-02-01" +date: "2023-09-18T21:21:05-07:00" description: "Demonstration of Paige customization that shows data." paige: style: | diff --git a/exampleSite/content/customization/style.md b/exampleSite/content/customization/style.md index f7f8b904..e804419f 100644 --- a/exampleSite/content/customization/style.md +++ b/exampleSite/content/customization/style.md @@ -1,7 +1,7 @@ --- authors: ["will-faught"] categories: ["customization", "paige"] -date: "2023-01-01" +date: "2023-09-18T20:21:05-07:00" description: "Demonstration of Paige customization that styles data." paige: style: | diff --git a/exampleSite/content/layouts/cloud/_index.md b/exampleSite/content/layouts/cloud/_index.md index c5db06e8..a9c7dfbe 100644 --- a/exampleSite/content/layouts/cloud/_index.md +++ b/exampleSite/content/layouts/cloud/_index.md @@ -1,6 +1,7 @@ --- authors: ["will-faught"] categories: ["layouts", "paige"] +date: "2024-06-03T21:21:05-07:00" description: "Demonstration of the Paige cloud layout." layout: "paige/cloud" tags: ["cloud"]