From 7df1c67da9c8f2a3a46e8a78509399682c477969 Mon Sep 17 00:00:00 2001 From: Stephan Hadan Date: Tue, 28 Jan 2025 21:34:13 +0100 Subject: [PATCH] one more translation fix --- layouts/partials/site_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/site_header.html b/layouts/partials/site_header.html index c0db02b..27a212a 100644 --- a/layouts/partials/site_header.html +++ b/layouts/partials/site_header.html @@ -18,7 +18,7 @@ {{ end }} {{ hugo.Generator }} {{ $.Scratch.Add "title" .Site.Title }} - {{ with .Title }}{{ if ne . ($.Scratch.Get "title") }}{{ . }} · {{ end }}{{ end }}@{{ .Site.Params.Author.handle }}’s {{ .Site.Title }} + {{ with .Title }}{{ if ne . ($.Scratch.Get "title") }}{{ . }} · {{ end }}{{ end }}@{{ .Site.Params.Author.handle }} {{ .Site.Title }}