Remove max_width param

master
Will Faught 2 years ago
parent 5751129662
commit 746ecd856a

@ -301,7 +301,6 @@ paige:
git: git:
commit_url_prefix: "" # Example is "https://github.com/willfaught/paige/commit/" commit_url_prefix: "" # Example is "https://github.com/willfaught/paige/commit/"
math: false # Enable math typesetting math: false # Enable math typesetting
max_width: "" # CSS unit; maximum width for the whole page
menu: menu:
breakpoint: "sm" # Bootstrap breakpoint at which to display all menu items breakpoint: "sm" # Bootstrap breakpoint at which to display all menu items
style: "pills" # Must be "links" or "pills" style: "pills" # Must be "links" or "pills"

@ -109,12 +109,6 @@ body, html {
} }
} }
{{ with $page.Param "paige.max_width" }}
#paige-root {
max-width: {{ . | safeCSS }};
}
{{ end }}
{{ with $page.Param "paige.style" }} {{ with $page.Param "paige.style" }}
{{ . | safeCSS }} {{ . | safeCSS }}
{{ end }} {{ end }}

Loading…
Cancel
Save