From 020fcc1b9f6924f7e408a97758d6dde700f32c11 Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Mon, 8 Apr 2024 12:22:10 -0700 Subject: [PATCH] Correct the link to favicon Chrome behavior has changed since 2023, following https: //medium.com/web-dev-survey-from-kyoto/favicon-nightmare-how-to-maintain-sanity-7628bfc39918 . Tested on both Chrome and Firefox. Fix #60 --- layouts/partials/site-meta.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/site-meta.html b/layouts/partials/site-meta.html index d550ef7..044ef58 100644 --- a/layouts/partials/site-meta.html +++ b/layouts/partials/site-meta.html @@ -7,10 +7,10 @@ {{- if (fileExists "static/favicon.ico") -}} - + {{- end -}} {{- if (fileExists "static/favicon.svg") -}} - + {{- end -}}