diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 1ba39dd..5d3f7b2 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,7 +1,7 @@ {{/* Overwriting the theme partial to set custom meta tags, reduce css and remove unused components. */}} - {{ if .Params.Title }}{{ .Params.Title }} {{ else }} {{ .Site.Title }} {{ end }} + {{ if .Params.Title }}{{ .Params.Title }}{{ else }}{{ .Site.Title }}{{ end }} {{- if not hugo.IsProduction }} {{- end }}