From e0b0cc3916be3d8f085bb565a09612b27f23f2df Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 8 Jul 2024 11:11:41 -0700 Subject: [PATCH] Reword customization wording --- exampleSite/content/customizations/show.md | 4 ++-- exampleSite/content/customizations/style.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/exampleSite/content/customizations/show.md b/exampleSite/content/customizations/show.md index 8dc7931d..afd23d77 100644 --- a/exampleSite/content/customizations/show.md +++ b/exampleSite/content/customizations/show.md @@ -2,7 +2,7 @@ authors = ["author-demo"] categories = ["customization", "paige"] date = 2023-09-18T21:21:05-07:00 -description = "Demonstration of customization that shows data." +description = "Demonstration of a customization that shows all data." series = ["series-demo"] tags = ["show", "singles"] title = "Show Data" @@ -29,7 +29,7 @@ style = """ """ +++ -This site hides some single page data by default. This page shows it all. +This page shows some data that the rest of the site hides. diff --git a/exampleSite/content/customizations/style.md b/exampleSite/content/customizations/style.md index 7561ab9c..5d2ecdb7 100644 --- a/exampleSite/content/customizations/style.md +++ b/exampleSite/content/customizations/style.md @@ -2,7 +2,7 @@ authors = ["author-demo"] categories = ["customization", "paige"] date = 2023-09-18T20:21:05-07:00 -description = "Demonstration of customization that styles data." +description = "Demonstration of a customization that styles all data." series = ["series-demo"] tags = ["singles", "style"] title = "Style Data" @@ -46,7 +46,7 @@ style = """ """ +++ -This site uses the default styles on the other pages. This page changes them. +This page styles some data differently than the rest of the site.