From c9e87a6088dfc17b751552b7a55fe560b1387ff5 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 12 Jul 2024 22:47:52 -0700 Subject: [PATCH] Create #paige-alert --- README.md | 2 ++ layouts/partials/paige/page-header.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 786d65ab..11b41a9d 100644 --- a/README.md +++ b/README.md @@ -982,6 +982,8 @@ Use CSS selectors to extend the default styling. Page identifiers:
+
#paige-alert
+
The page alert.
#paige-article
The article.
#paige-authors
diff --git a/layouts/partials/paige/page-header.html b/layouts/partials/paige/page-header.html index 66501206..46d90247 100644 --- a/layouts/partials/paige/page-header.html +++ b/layouts/partials/paige/page-header.html @@ -74,7 +74,7 @@ {{ end }} {{ with $page.Param "paige.alert" }} - + {{ end }} {{ if and $page.Content (ne $page.TableOfContents ``) }}