diff --git a/.refsrc.json b/.refsrc.json index 8b6a574..7dec776 100644 --- a/.refsrc.json +++ b/.refsrc.json @@ -20,8 +20,9 @@ { "name": "funding", "content": "https://jaywcjlove.github.io/#/sponsor" }, { "rel": "apple-touch-icon", "href": "{{RELATIVE_PATH}}icons/touch-icon-iphone.png" }, { "rel": "apple-touch-icon", "sizes": "152x152", "href": "{{RELATIVE_PATH}}icons/touch-icon-ipad.png" }, - { "rel": "apple-touch-icon", "sizes": "180x180", "href": "{{RELATIVE_PATH}}icons/touch-icon-iphone-retina.png" }, - { "rel": "apple-touch-icon", "sizes": "167x167", "href": "{{RELATIVE_PATH}}icons/touch-icon-ipad-retina.png" } + { "rel": "apple-touch-icon", "sizes": "180x180", "href": "{{RELATIVE_PATH}}icons/touch-icon-iphone.png" }, + { "rel": "apple-touch-icon", "sizes": "167x167", "href": "{{RELATIVE_PATH}}icons/touch-icon-ipad-retina.png" }, + { "rel": "apple-touch-icon", "sizes": "120x120", "href": "{{RELATIVE_PATH}}icons/touch-icon-iphone-retina.png" } ], "giscus": { "src": "https://giscus.app/client.js", diff --git a/icons/touch-icon-iphone-retina.png b/icons/touch-icon-iphone-retina.png index 1bfd076..34d65a3 100644 Binary files a/icons/touch-icon-iphone-retina.png and b/icons/touch-icon-iphone-retina.png differ diff --git a/icons/touch-icon-iphone.png b/icons/touch-icon-iphone.png new file mode 100644 index 0000000..1bfd076 Binary files /dev/null and b/icons/touch-icon-iphone.png differ