diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 701cc5cc..ea431262 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -29,9 +29,6 @@ {{ range .AlternativeOutputFormats }} {{ end }} - {{ if templates.Exists "partials/head.html" }} - {{ partial "head" . }} - {{ end }} + {{ if templates.Exists "partials/head.html" }} + {{ partial "head" . }} + {{ end }}