From 5bd68cca61023c239a9d7ff8f4de6fdb8f7b2326 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 22 Mar 2023 22:49:53 -0700 Subject: [PATCH] Always include link tag for favicon.ico if there --- layouts/partials/paige/links.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/paige/links.html b/layouts/partials/paige/links.html index 5e53f5ed..2ab77124 100644 --- a/layouts/partials/paige/links.html +++ b/layouts/partials/paige/links.html @@ -12,7 +12,7 @@ {{ end }} -{{ if ne (relLangURL "favicon.ico") "/favicon.ico" }} +{{ if fileExists "favicon.ico" }} {{ end }}