diff --git a/README.md b/README.md index cbfad130..84ba4171 100644 --- a/README.md +++ b/README.md @@ -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] diff --git a/layouts/partials/paige/menu.html b/layouts/partials/paige/menu.html index b627ab9d..79bf7a1e 100644 --- a/layouts/partials/paige/menu.html +++ b/layouts/partials/paige/menu.html @@ -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 }}