thegeeklab/layouts/partials/head/favicons.html
Robert Kaussow d5e92052a8
All checks were successful
continuous-integration/drone/push Build is passing
refactor: replace gulp with webpack (#42)
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>
2021-12-30 16:57:27 +01:00

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