From fe8cc03b4e51cd7c8476c334ee74be9b9213fb8d Mon Sep 17 00:00:00 2001 From: ch0ccyra1n Date: Thu, 1 Feb 2024 14:46:14 -0800 Subject: [PATCH] Indiewebify part 2 --- layouts/partials/head.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 570f97b..5d1d493 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -3,7 +3,8 @@ + {{ $title := print .Site.Title " | " .Title }} {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} {{ $title }} - \ No newline at end of file +