Remove references to menu breakpoints
This commit is contained in:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user