From 579d83b87196ae71008e2db1aef4af2b75e235a2 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Sun, 7 Apr 2024 13:08:04 +0200 Subject: [PATCH] Fix XML syntax --- themes/tsc_vfl/layouts/partials/page/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/tsc_vfl/layouts/partials/page/head.html b/themes/tsc_vfl/layouts/partials/page/head.html index a682ff2..688d232 100644 --- a/themes/tsc_vfl/layouts/partials/page/head.html +++ b/themes/tsc_vfl/layouts/partials/page/head.html @@ -7,7 +7,7 @@ {{ with .Keywords }}{{ end }} {{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" (not hugo.IsProduction)) }} {{ $scss := resources.Get "css/main.scss" | resources.ToCSS $options }} - + {{ $title := print .Site.Title " | " .Title }} {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} {{ $title }}