Remove max_width param
This commit is contained in:
@@ -301,7 +301,6 @@ paige:
|
||||
git:
|
||||
commit_url_prefix: "" # Example is "https://github.com/willfaught/paige/commit/"
|
||||
math: false # Enable math typesetting
|
||||
max_width: "" # CSS unit; maximum width for the whole page
|
||||
menu:
|
||||
breakpoint: "sm" # Bootstrap breakpoint at which to display all menu items
|
||||
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" }}
|
||||
{{ . | safeCSS }}
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user