From 0a608217883470ab7e80c61e1f34a4f18c3bb486 Mon Sep 17 00:00:00 2001 From: Yoni Date: Sun, 26 Sep 2021 11:52:27 +0300 Subject: [PATCH 1/2] Fix msapplication-TileImage url --- layouts/partials/head/meta.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head/meta.html b/layouts/partials/head/meta.html index 1993d0b..ab778e0 100644 --- a/layouts/partials/head/meta.html +++ b/layouts/partials/head/meta.html @@ -81,7 +81,7 @@ - + {{ else }} {{ if (fileExists "static/apple-touch-icon.png") -}} From b61a64d522b952ca2602829d63de6862a9766ef5 Mon Sep 17 00:00:00 2001 From: Yoni Date: Sun, 26 Sep 2021 11:56:21 +0300 Subject: [PATCH 2/2] Add favicon.ico --- layouts/partials/head/meta.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/partials/head/meta.html b/layouts/partials/head/meta.html index ab778e0..c4dbc0b 100644 --- a/layouts/partials/head/meta.html +++ b/layouts/partials/head/meta.html @@ -66,6 +66,7 @@ {{ end }} {{ if $.Site.Params.useFaviconGenerator }} +