From ea05b39ddfd06604c69167fb321f16065130db43 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Tue, 13 Aug 2024 02:15:02 +0200 Subject: [PATCH] Remove spurious whitespace in head section --- themes/hugo-theme-ipng/layouts/partials/head.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/hugo-theme-ipng/layouts/partials/head.html b/themes/hugo-theme-ipng/layouts/partials/head.html index 62bde11..798caa3 100644 --- a/themes/hugo-theme-ipng/layouts/partials/head.html +++ b/themes/hugo-theme-ipng/layouts/partials/head.html @@ -15,11 +15,11 @@ - {{ range .AlternativeOutputFormats -}} - {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} - {{ end -}} + {{- range .AlternativeOutputFormats }} + {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} + {{- end }} - {{ if eq .Params.asciinema true -}} + {{- if eq .Params.asciinema true }} {{- end }}