From 8d196e53944542381f4a92c8e06a027de2631ba3 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 7 Feb 2025 23:51:17 -0800 Subject: [PATCH] Fix paige.alert.message default value --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4dc53e4..3cfe4fcf 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ menu_style = "links" # Must be "links", "pills", "tabs", or "underline" style = "" # CSS included at the end of the stylesheet, before style-last.css [paige.alert] -message = "Alert!" # Markdown displayed before the page body +message = "" # Markdown displayed before the page body type = "primary" # Bootstrap alert class [paige.feeds]