From fd38a51b2ab8b7085a0518e4ea565a836d560b90 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 12 Aug 2023 13:42:28 -0700 Subject: [PATCH] Remove references to menu breakpoints --- README.md | 1 - layouts/partials/paige/menu.html | 1 - 2 files changed, 2 deletions(-) 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 }}