Add sizes to the Apple icon
This commit is contained in:
parent
d5d3341c81
commit
2db5c38a3c
|
@ -44,7 +44,7 @@
|
|||
|
||||
<link rel="stylesheet" href="{{ statictheme .Theme "theme.css" }}" />
|
||||
<link rel="stylesheet" href="{{ .ProjectCSSUrl }}" />
|
||||
<link rel="apple-touch-icon" href="{{ static "logo.png" }}">
|
||||
<link rel="apple-touch-icon" sizes="400x400" href="{{ static "logo.png" }}">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ static "favicon-16x16.png" }}">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ static "favicon-32x32.png" }}">
|
||||
<link rel="icon" type="image/png" sizes="400x400" href="{{ static "logo.png" }}">
|
||||
|
|
Loading…
Reference in New Issue