From e85a2ed84e703a1b645d25229f1360b26ce522d8 Mon Sep 17 00:00:00 2001 From: basebuilder Date: Sun, 18 Feb 2024 16:32:02 +0100 Subject: [PATCH] add trailing /> to tags in --- themes/coopcloud.tech/layouts/partials/head.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/coopcloud.tech/layouts/partials/head.html b/themes/coopcloud.tech/layouts/partials/head.html index 0d206d3..4bd0081 100644 --- a/themes/coopcloud.tech/layouts/partials/head.html +++ b/themes/coopcloud.tech/layouts/partials/head.html @@ -1,6 +1,6 @@ - - + + {{ $title := print .Site.Title " | " .Title }} {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} {{/* scss compiling */}} @@ -8,12 +8,12 @@ {{ $style := resources.Get "scss/main.scss" | resources.ToCSS $options }} {{ template "_internal/opengraph.html" . }} {{ template "_internal/twitter_cards.html" . }} - + {{ with .OutputFormats.Get "rss" -}} - {{ printf `` .Rel .MediaType.Type .Permalink site.Title | safeHTML }} + {{ printf `` .Rel .MediaType.Type .Permalink site.Title | safeHTML }} {{ end }} - - + + {{ $title }}