From 9f70d9bf85b260b70c9f1e5eab808b03e6fa0519 Mon Sep 17 00:00:00 2001 From: Ffhener Date: Mon, 23 Sep 2024 12:58:54 +0200 Subject: [PATCH] fix(head): dont add unwanted blank space --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}