From 8c852efaee28ab7007b1ed323d39e022cba4fb91 Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Tue, 9 Apr 2024 13:24:20 -0700 Subject: [PATCH] Add "sizes" attribute to favicon.ico Otherwise the svg icon won't load. See 020fcc1b9f6924f7e408a97758d6dde700f32c11 --- layouts/partials/site-meta.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/site-meta.html b/layouts/partials/site-meta.html index 8837cdf..02f62b5 100644 --- a/layouts/partials/site-meta.html +++ b/layouts/partials/site-meta.html @@ -7,7 +7,7 @@ {{- if (fileExists "static/favicon.ico") -}} - + {{- end -}} {{ $favicon := "images/favicon.svg" }} {{- if (fileExists (printf "assets/%s" $favicon)) -}}