From eafcf894c88baebee003e93248dab2bd1d4142e5 Mon Sep 17 00:00:00 2001 From: Andrew Doering Date: Tue, 12 Mar 2024 14:50:49 +0100 Subject: [PATCH] fix: favicon does not load if baseurl includes a subfolder (#972) Use relURL https://gohugo.io/functions/urls/relurl/ --- layouts/partials/head/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head/head.html b/layouts/partials/head/head.html index 3bb6d36..a7991c1 100644 --- a/layouts/partials/head/head.html +++ b/layouts/partials/head/head.html @@ -19,7 +19,7 @@ {{- end -}} {{ with .Site.Params.favicon }} - + {{ end }} {{- template "_internal/google_analytics.html" . -}}