Merge pull request #87 from Konfuze/patch-1

Additional favicon size (192x192)
This commit is contained in:
Josh Buchea 2016-05-29 23:46:57 -07:00
commit 7a544fa6a4
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ Below are the link relations which are not recommended for use:
<link rel="icon" href="path/to/favicon-32.png" sizes="32x32" type="image/png">
<link rel="icon" href="path/to/favicon-48.png" sizes="48x48" type="image/png">
<link rel="icon" href="path/to/favicon-62.png" sizes="62x62" type="image/png">
<link rel="icon" href="path/to/favicon-192.png" sizes="192x192" type="image/png">
<!-- More info: https://bitsofco.de/all-about-favicons-and-touch-icons/ -->
```