add size parameter to png favicon
This commit is contained in:
parent
b30c92a056
commit
02d5a5842f
1 changed files with 1 additions and 1 deletions
|
@ -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}}">
|
||||
|
||||
|
|
Reference in a new issue