From 0dca2ca51a95b85042ed3ad28c0fbf4f00cc697f Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 30 Dec 2022 20:42:25 -0800 Subject: [PATCH] Add menu_style site param --- README.md | 1 + layouts/partials/paige/menu.html | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 818ec1c2..2b06554b 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,7 @@ paige: date_format: "2006 January 2" # Hugo date format for page dates hide_theme_comment: true # Don't put a link to this project in a code comment hide_theme_link: true # Don't put a link to this project in the footer + menu_style: "links" # Menu is link list for "links", tab list for "tabs", or pill list if unset rss: managing_editor: "Michael Bluth" web_master: "Michael Bluth" diff --git a/layouts/partials/paige/menu.html b/layouts/partials/paige/menu.html index 84ebf6bf..0b6421a9 100644 --- a/layouts/partials/paige/menu.html +++ b/layouts/partials/paige/menu.html @@ -3,11 +3,25 @@ {{ if eq $basePath "/" }} {{ $basePath = "" }} {{ end }} -