From df5830804f3e56964622aefc5548026cf859ae3a Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Sun, 7 Jan 2024 03:12:21 +0100 Subject: [PATCH] Link the RSS to the head tag --- themes/clean/layouts/partials/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/clean/layouts/partials/head.html b/themes/clean/layouts/partials/head.html index 6312251..f97e384 100644 --- a/themes/clean/layouts/partials/head.html +++ b/themes/clean/layouts/partials/head.html @@ -1,4 +1,5 @@ + {{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} {{ partialCached "head/css.html" . }}