Robert Kaussow
747a30763e
All checks were successful
continuous-integration/drone/pr Build is passing
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 }}" />
|