diff --git a/layouts/partials/header.html b/layouts/partials/header.html index b7784a65..6b809ef0 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -28,7 +28,7 @@ - {{ .Hugo.Generator }} + {{ hugo.Generator }} {{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }} @@ -44,7 +44,9 @@ {{ else }} {{ end }} + {{ if (isset .Site.Menus "main") }} + {{ end }}