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"
|
commit_url = "" # Example is "https://github.com/willfaught/paige/commit/%s"
|
||||||
|
|
||||||
[paige.menu]
|
[paige.menu]
|
||||||
breakpoint = "sm" # Bootstrap breakpoint at which to display all menu items
|
|
||||||
style = "pills" # Must be "links", "pills", "tabs", or "underline"
|
style = "pills" # Must be "links", "pills", "tabs", or "underline"
|
||||||
|
|
||||||
[paige.rss]
|
[paige.rss]
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
{{ $page := . }}
|
{{ $page := . }}
|
||||||
|
|
||||||
{{ $basepath := path.Clean (urls.Parse site.BaseURL).Path }}
|
{{ $basepath := path.Clean (urls.Parse site.BaseURL).Path }}
|
||||||
{{ $breakpoint := $page.Param "paige.menu.breakpoint" | default "sm" }}
|
|
||||||
{{ $links := false }}
|
{{ $links := false }}
|
||||||
{{ $pills := false }}
|
{{ $pills := false }}
|
||||||
{{ $tabs := false }}
|
{{ $tabs := false }}
|
||||||
|
Reference in New Issue
Block a user