Fix paige.alert.message default value

This commit is contained in:
Will Faught
2025-02-07 23:51:17 -08:00
parent dccc7ef7a1
commit 8d196e5394

View File

@@ -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]