diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 46651d4..f688b6c 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -3,7 +3,7 @@ {{ partial "logo.html" . }} - {{ if len .Site.Menus }} + {{- if len .Site.Menus }} {{ partial "menu.html" . }} @@ -11,7 +11,7 @@ - {{ end }} + {{- end }} {{- if .Site.Params.EnableThemeToggle }} {{ partial "theme-toggle-icon.html" . }}