From 4edcba8dd16f8e6f9564a2743fe28b7bdfed9784 Mon Sep 17 00:00:00 2001
From: Caio Lente <7017340+clente@users.noreply.github.com>
Date: Wed, 18 Oct 2023 23:36:03 -0300
Subject: Make images work with baseURLs containing a subdir
---
layouts/partials/favicon.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'layouts/partials/favicon.html')
diff --git a/layouts/partials/favicon.html b/layouts/partials/favicon.html
index 80f6aca..d391a86 100644
--- a/layouts/partials/favicon.html
+++ b/layouts/partials/favicon.html
@@ -1,2 +1,2 @@
{{ with .Site.Params.favicon }}
-{{ end }}
+{{ end }}
--
cgit v1.2.3