Robert Kaussow
d5e92052a8
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Robert Kaussow <mail@thegeeklab.de> Reviewed-on: #42 Co-authored-by: Robert Kaussow <xoxys@rknet.org> Co-committed-by: Robert Kaussow <xoxys@rknet.org>
21 lines
482 B
HTML
21 lines
482 B
HTML
<link rel="icon" type="image/svg+xml" href="{{ "favicon/favicon.svg" | relURL }}" />
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="48x48"
|
|
href="{{ "favicon/favicon-32x32.png" | relURL }}"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="32x32"
|
|
href="{{ "favicon/favicon-32x32.png" | relURL }}"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="16x16"
|
|
href="{{ "favicon/favicon-16x16.png" | relURL }}"
|
|
/>
|
|
<link rel="manifest" href="{{ "favicon/manifest.json" | relURL }}" />
|