Move menu.style config to menu_style

This commit is contained in:
Will Faught
2024-06-03 20:06:50 -07:00
parent 9e9e419cc5
commit ba0dd5afe8
2 changed files with 2 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
{{ $pagepath := strings.TrimPrefix $basepath $page.RelPermalink }}
{{ with $page.Param "paige.menu.style" }}
{{ with $page.Param "paige.menu_style" }}
{{ if eq . "pills" }}
{{ $pills = true }}
{{ else if eq . "tabs" }}