From 02acbebe914b6430dc00bf28316820f72c248070 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 21 Dec 2022 13:15:27 -0800 Subject: [PATCH] Add tags for browserconfig.xml, favicon.ico if baseurl is not root --- layouts/partials/paige-link.html | 3 +++ layouts/partials/paige-meta.html | 3 +++ 2 files changed, 6 insertions(+) diff --git a/layouts/partials/paige-link.html b/layouts/partials/paige-link.html index 0342d085..3ac6b5e7 100644 --- a/layouts/partials/paige-link.html +++ b/layouts/partials/paige-link.html @@ -1,6 +1,9 @@ +{{ if ne (relLangURL "favicon.ico") "/favicon.ico" }} + +{{ end }} diff --git a/layouts/partials/paige-meta.html b/layouts/partials/paige-meta.html index e7b4819a..6e121ef6 100644 --- a/layouts/partials/paige-meta.html +++ b/layouts/partials/paige-meta.html @@ -9,6 +9,9 @@ {{ end }} +{{ if ne (relLangURL "browserconfig.xml") "/browserconfig.xml" }} + +{{ end }} {{ template "_internal/opengraph.html" . }}