Reword customization wording

master
Will Faught 1 year ago
parent 7aa4b0f90a
commit e0b0cc3916

@ -2,7 +2,7 @@
authors = ["author-demo"] authors = ["author-demo"]
categories = ["customization", "paige"] categories = ["customization", "paige"]
date = 2023-09-18T21:21:05-07:00 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"] series = ["series-demo"]
tags = ["show", "singles"] tags = ["show", "singles"]
title = "Show Data" 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.
<!--more--> <!--more-->

@ -2,7 +2,7 @@
authors = ["author-demo"] authors = ["author-demo"]
categories = ["customization", "paige"] categories = ["customization", "paige"]
date = 2023-09-18T20:21:05-07:00 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"] series = ["series-demo"]
tags = ["singles", "style"] tags = ["singles", "style"]
title = "Style Data" 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.
<!--more--> <!--more-->

Loading…
Cancel
Save