Fix apple-touch-icon attribute

In accordance with https://webhint.io/scanner/ed2f1f14-28b5-4aad-b2a5-ba2822ec7e5d#hint-apple-touch-icons-1

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-03-04 18:19:09 +05:30
parent 48187ac278
commit 64e994e307
3 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<!-- PWA -->
<meta name="theme-color" content="#212121" />
<link rel="apple-touch-icon" sizes="180x180" href="{{ .Site.BaseURL}}apple-touch-icon.webp">
<link rel="apple-touch-icon" href="{{ .Site.BaseURL}}apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="{{ .Site.BaseURL}}favicon-32x32.webp">
<link rel="icon" type="image/png" sizes="16x16" href="{{ .Site.BaseURL}}favicon-16x16.webp">

BIN
static/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB