Remove references to menu breakpoints

master
Will Faught 2 years ago
parent 4a8e34f8e0
commit fd38a51b2a

@ -271,7 +271,6 @@ format = ":date_long" # Hugo date format
commit_url = "" # Example is "https://github.com/willfaught/paige/commit/%s"
[paige.menu]
breakpoint = "sm" # Bootstrap breakpoint at which to display all menu items
style = "pills" # Must be "links", "pills", "tabs", or "underline"
[paige.rss]

@ -1,7 +1,6 @@
{{ $page := . }}
{{ $basepath := path.Clean (urls.Parse site.BaseURL).Path }}
{{ $breakpoint := $page.Param "paige.menu.breakpoint" | default "sm" }}
{{ $links := false }}
{{ $pills := false }}
{{ $tabs := false }}

Loading…
Cancel
Save