From 06c8b1f44d41006dacf1a338604649698546d518 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 9 Jun 2024 18:57:46 -0700 Subject: [PATCH] Fix readme to show alert in site params --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4215b228..66338038 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,10 @@ site_title = "" # Appears above the menu, above the site description, if set site_description = "" # Appears above the menu, below the site title, if set style = "" # CSS included at the end of the stylesheet, before style-last.css +[paige.alert] +message = "Alert!" # Markdown displayed before the page body +type = "primary" # Bootstrap alert class + [paige.analytics] disable = false # Disable all analytics @@ -296,10 +300,6 @@ Parameters specific to pages: ```toml link = "https://youtu.be/dQw4w9WgXcQ" # The reference for an anchor around the title - -[paige.alert] -message = "Alert!" # Markdown displayed before the page body -type = "primary" # Bootstrap alert class ``` ### Menu