From 240eb37b83a99eadd4955ef6137a101b1180ef68 Mon Sep 17 00:00:00 2001 From: Dirk Heilig Date: Fri, 19 Jan 2024 10:55:33 +0100 Subject: [PATCH] add build-time --- themes/hugo-theme-flat/layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hugo-theme-flat/layouts/partials/head.html b/themes/hugo-theme-flat/layouts/partials/head.html index c1016ef..7d0c35b 100644 --- a/themes/hugo-theme-flat/layouts/partials/head.html +++ b/themes/hugo-theme-flat/layouts/partials/head.html @@ -3,7 +3,7 @@ - + {{ $title := .Site.Title -}} {{ if .Params.Title -}} {{ $title = printf "%s | %s" .Params.Title $title -}}