From 4ccae5a1539216cad2c7380cb07d6b9ef97f261a Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 11 Feb 2025 14:44:14 -0800 Subject: [PATCH] Reword doc --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7d7e9ed1..21236ac9 100644 --- a/README.md +++ b/README.md @@ -197,13 +197,13 @@ There is a single parameter object with sensible defaults that can be overridden enable_math = false # Enables math typesetting for this page exclude_feeds = false # Exclude this page from feeds -exclude_search = false # Exclude the page from search +exclude_search = false # Exclude this page from search style = "" # CSS included at the end of the stylesheet, before style-last.css, for this page [paige.alert] -message = "" # Markdown displayed before the page body -type = "primary" # Bootstrap alert class +message = "" # Markdown displayed before the page body for this page +type = "primary" # Bootstrap alert class for this page [paige.feeds]