From b1d40c4a2dc3bccd5e8c5f9bd78cc13b70b48f0f Mon Sep 17 00:00:00 2001 From: hobobandy <30026704+hobobandy@users.noreply.github.com> Date: Sat, 7 Jun 2025 08:31:25 -0500 Subject: [PATCH] fix: spacing between title and site title (#704) --- layouts/_partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_partials/head.html b/layouts/_partials/head.html index 2b624b0..8bc5b38 100644 --- a/layouts/_partials/head.html +++ b/layouts/_partials/head.html @@ -12,7 +12,7 @@ {{- if .IsHome -}} {{ .Site.Title -}} {{ else -}} - {{ with .Title }}{{ . }} –{{ end -}} + {{ with .Title }}{{ . }} – {{ end -}} {{ .Site.Title -}} {{ end -}}