From 0a2322e3c5b1b06dbbf5f488d4050080c97d1e0e Mon Sep 17 00:00:00 2001 From: wires Date: Tue, 1 Apr 2025 13:09:12 -0400 Subject: title tweaks --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/partials/head.html') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index e09b60c..4afa234 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -17,5 +17,5 @@ {{- end }} {{- end }} {{ end }} -{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} +{{ printf "%s - %s" site.Title .Title }} -- cgit 1.4.1