From 2c10b84609920ac24cdac92001cd2ec3b75e9817 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 12 Dec 2023 11:57:05 +0100 Subject: [PATCH] favicon is in root --- themes/minimal-theme/layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/minimal-theme/layouts/partials/head.html b/themes/minimal-theme/layouts/partials/head.html index d29b8c9..3cf6b06 100644 --- a/themes/minimal-theme/layouts/partials/head.html +++ b/themes/minimal-theme/layouts/partials/head.html @@ -1,6 +1,6 @@ {{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} - + {{ partialCached "head/css.html" . }}