80 lines
1.9 KiB
HTML
80 lines
1.9 KiB
HTML
|
<link
|
||
|
rel="apple-touch-icon"
|
||
|
sizes="57x57"
|
||
|
href="{{ get_url(path='/apple-icon-57x57.png', cachebust=true) }}"
|
||
|
/>
|
||
|
<link
|
||
|
rel="apple-touch-icon"
|
||
|
sizes="60x60"
|
||
|
href="{{ get_url(path='/apple-icon-60x60.png', cachebust=true) }}"
|
||
|
/>
|
||
|
<link
|
||
|
rel="apple-touch-icon"
|
||
|
sizes="72x72"
|
||
|
href="{{ get_url(path='/apple-icon-72x72.png', cachebust=true) }}"
|
||
|
/>
|
||
|
<link
|
||
|
rel="apple-touch-icon"
|
||
|
sizes="76x76"
|
||
|
href="{{ get_url(path='/apple-icon-76x76.png', cachebust=true) }}"
|
||
|
/>
|
||
|
<link
|
||
|
rel="apple-touch-icon"
|
||
|
sizes="114x114"
|
||
|
href="{{ get_url(path='/apple-icon-114x114.png', cachebust=true) }}"
|
||
|
/>
|
||
|
<link
|
||
|
rel="apple-touch-icon"
|
||
|
sizes="120x120"
|
||
|
href="{{ get_url(path='/apple-icon-120x120.png', cachebust=true) }}"
|
||
|
/>
|
||
|
<link
|
||
|
rel="apple-touch-icon"
|
||
|
sizes="144x144"
|
||
|
href="{{ get_url(path='/apple-icon-144x144.png', cachebust=true) }}"
|
||
|
/>
|
||
|
<link
|
||
|
rel="apple-touch-icon"
|
||
|
sizes="152x152"
|
||
|
href="{{ get_url(path='/apple-icon-152x152.png', cachebust=true) }}"
|
||
|
/>
|
||
|
<link
|
||
|
rel="apple-touch-icon"
|
||
|
sizes="180x180"
|
||
|
href="{{ get_url(path='/apple-icon-180x180.png', cachebust=true) }}"
|
||
|
/>
|
||
|
<link
|
||
|
rel="icon"
|
||
|
type="image/png"
|
||
|
sizes="192x192"
|
||
|
href="{{ get_url(path='/android-icon-192x192.png', cachebust=true) }}"
|
||
|
/>
|
||
|
<link
|
||
|
rel="icon"
|
||
|
type="image/png"
|
||
|
sizes="32x32"
|
||
|
href="{{ get_url(path='/favicon-32x32.png', cachebust=true) }}"
|
||
|
/>
|
||
|
<link
|
||
|
rel="icon"
|
||
|
type="image/png"
|
||
|
sizes="96x96"
|
||
|
href="{{ get_url(path='/favicon-96x96.png', cachebust=true) }}"
|
||
|
/>
|
||
|
<link
|
||
|
rel="icon"
|
||
|
type="image/png"
|
||
|
sizes="16x16"
|
||
|
href="{{ get_url(path='/favicon-16x16.png', cachebust=true) }}"
|
||
|
/>
|
||
|
<link
|
||
|
rel="manifest"
|
||
|
href="{{ get_url(path='/manifest.json', cachebust=true) }}"
|
||
|
/>
|
||
|
<meta name="msapplication-TileColor" content="#ffffff" />
|
||
|
<meta
|
||
|
name="msapplication-TileImage"
|
||
|
content="{{ get_url(path='/ms-icon-144x144.png', cachebust=true) }}"
|
||
|
/>
|
||
|
<meta name="theme-color" content="#ffffff" />
|