From 5007bf149763b5ddcd00ed3c75e327ea452cf84a Mon Sep 17 00:00:00 2001 From: cassie Date: Tue, 12 Aug 2025 17:39:13 -0400 Subject: [PATCH] mastodon author attribution --- themes/neverhungoveragain/layouts/_partials/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/neverhungoveragain/layouts/_partials/head.html b/themes/neverhungoveragain/layouts/_partials/head.html index cc455c1..a798351 100644 --- a/themes/neverhungoveragain/layouts/_partials/head.html +++ b/themes/neverhungoveragain/layouts/_partials/head.html @@ -5,6 +5,7 @@ {{ else }} {{ end }} + {{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} {{ partialCached "head/css.html" . }} {{ partialCached "head/js.html" . }}