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" }}
- {{ .message | markdownify }}
+ {{ .message | markdownify }}
{{ end }}
{{ if and $page.Content (ne $page.TableOfContents ``) }}