add size parameter to png favicon

This commit is contained in:
Rupus Reinefjord 2019-01-22 22:08:34 +01:00
parent b30c92a056
commit 02d5a5842f

View file

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="icon" type="image/png" href="/favicon.png" sizes="196x196">
<link rel="stylesheet" href="{{style.css}}">