From 8e55c3e1be2ad83e441233b2c2f90a815ec6b6a5 Mon Sep 17 00:00:00 2001 From: Rei Date: Wed, 20 Apr 2022 14:11:47 +0800 Subject: [PATCH] Add rel="apple-touch-icon" Add rel="apple-touch-icon" to use favicon as desktop icon for iOS devices --- layouts/partials/head/head.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/partials/head/head.html b/layouts/partials/head/head.html index 4d89b89..f51ee50 100644 --- a/layouts/partials/head/head.html +++ b/layouts/partials/head/head.html @@ -18,7 +18,8 @@ {{- end -}} {{ with .Site.Params.favicon }} - + + {{ end }} {{- template "_internal/google_analytics.html" . -}}