From 8b264b8f512700a6f84af2dc180891abf918663c Mon Sep 17 00:00:00 2001
From: Ross McKelvie <iam@rossmckelvie.com>
Date: Sun, 2 Aug 2020 03:37:23 -0500
Subject: [PATCH] apple-touch-icon-precomposed has been obsolete since iOS 7

---
 layouts/partials/head.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index a1b75a4..166ccd8 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -21,7 +21,7 @@
 {{- end }}
 
 <!-- Icons -->
-<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ "img/apple-touch-icon-144-precomposed.png" | absURL }}">
+<link rel="apple-touch-icon" href="{{ "img/apple-touch-icon-192x192.png" | absURL }}">
 {{ if isset $.Site.Params "favicon" }}
   <link rel="shortcut icon" href="{{ $.Site.Params.favicon | absURL }}">
 {{ else }}