diff --git a/layouts/partials/header/basic.html b/layouts/partials/header/basic.html index 720964c2..a9b1e991 100644 --- a/layouts/partials/header/basic.html +++ b/layouts/partials/header/basic.html @@ -88,6 +88,7 @@ + {{ if .Site.Menus.main }} {{ partial "icon.html" "bars" }} @@ -104,13 +105,11 @@ "xmark" }} - {{ if .Site.Menus.main }} {{ range .Site.Menus.main }} {{ partial "header/header-mobile-option.html" . }} {{ end }} - {{ end }} {{ if .Site.Menus.subnavigation }} @@ -137,6 +136,7 @@ {{ end }} + {{ end }}