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 }}