Add sizes to the Apple icon

This commit is contained in:
Ben Visness 2021-09-08 21:56:26 -05:00
parent d5d3341c81
commit 2db5c38a3c
1 changed files with 1 additions and 1 deletions

View File

@ -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" }}">