Robert Kaussow
e4545c160d
All checks were successful
continuous-integration/drone/push Build is passing
8 lines
561 B
HTML
8 lines
561 B
HTML
<link rel="apple-touch-icon" sizes="180x180" href="{{ "favicon/apple-touch-icon.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/site.webmanifest" | relURL }}">
|
|
<link rel="mask-icon" href="{{ "favicon/safari-pinned-tab.svg" | relURL }}" color="#2f333e">
|
|
<meta name="msapplication-TileColor" content="#2f333e">
|
|
<meta name="theme-color" content="#2f333e">
|