Skip to content

Commit

Permalink
Fix readme to show alert in site params
Browse files Browse the repository at this point in the history
  • Loading branch information
willfaught committed Jun 10, 2024
1 parent bf692c9 commit 06c8b1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 06c8b1f

Please sign in to comment.