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 }}