enable a broader favicon set
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
89348ac64b
commit
e4545c160d
7
layouts/partials/head/favicons.html
Normal file
7
layouts/partials/head/favicons.html
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<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">
|
Loading…
Reference in New Issue
Block a user