From f374a99571cd0a2205853be1a9b2998b1c6fb694 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Thu, 16 Mar 2023 01:44:31 -0700 Subject: [PATCH] Rename paige-term to paige-keyword --- README.md | 4 ++-- exampleSite/content/customization/style.md | 4 ++-- layouts/partials/paige/metadata.html | 2 +- layouts/partials/paige/subpage.html | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fe7837d4..d2cc6907 100644 --- a/README.md +++ b/README.md @@ -802,6 +802,8 @@ Page and sub-page classes:
The date headers.
.paige-description
The description.
+
.paige-keyword
+
A keyword.
.paige-keywords
The keywords.
.paige-metadata
@@ -814,8 +816,6 @@ Page and sub-page classes:
The series.
.paige-subpage
A sub-page.
-
.paige-term
-
A term.
.paige-title
The title.
.paige-toc
diff --git a/exampleSite/content/customization/style.md b/exampleSite/content/customization/style.md index e8d611fb..e1ff5c2f 100644 --- a/exampleSite/content/customization/style.md +++ b/exampleSite/content/customization/style.md @@ -35,9 +35,9 @@ paige: #paige-subpages .paige-authors { font-style: italic; } #paige-subpages .paige-date { font-style: italic; } #paige-subpages .paige-date-header { font-style: italic; } + #paige-subpages .paige-keyword { font-style: italic; } #paige-subpages .paige-series { font-style: italic; } #paige-subpages .paige-summary { font-style: italic; } - #paige-subpages .paige-term { font-style: italic; } series: ["demo"] tags: ["singles", "style"] title: "Style Data" @@ -85,7 +85,7 @@ paige: #paige-subpages .paige-authors { font-style: italic; } #paige-subpages .paige-date { font-style: italic; } #paige-subpages .paige-date-header { font-style: italic; } + #paige-subpages .paige-keyword { font-style: italic; } #paige-subpages .paige-series { font-style: italic; } #paige-subpages .paige-summary { font-style: italic; } - #paige-subpages .paige-term { font-style: italic; } ``` diff --git a/layouts/partials/paige/metadata.html b/layouts/partials/paige/metadata.html index 5d8673d0..068d2b5a 100644 --- a/layouts/partials/paige/metadata.html +++ b/layouts/partials/paige/metadata.html @@ -55,7 +55,7 @@ {{ $name = .Title }} {{ end }} - {{ $name }} + {{ $name }} {{ end }}

{{ end }} diff --git a/layouts/partials/paige/subpage.html b/layouts/partials/paige/subpage.html index bc4f5b5d..404e34f9 100644 --- a/layouts/partials/paige/subpage.html +++ b/layouts/partials/paige/subpage.html @@ -78,7 +78,7 @@ {{ $name = .Title }} {{ end }} - {{ $name }} + {{ $name }} {{ end }}

{{ end }}