From 5a7deb13f7b744b429f7ecaff9054e6d338acd42 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 19 Aug 2025 15:01:47 -0700 Subject: [PATCH] Use a relative link, not permalink to baseURL. Fixes favicon when testing Docker container's NGINX building. --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 8d72e1a..73e8192 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -10,7 +10,7 @@ $faviconSizes := .Param "faviconSizes" }}{{ range $i := $faviconSizes }}{{ $resource := resources.GetMatch ($favicon) }}{{ $image := $resource.Resize (printf "%dx%d CatmullRom" $i $i) }} - {{ + {{ end }}