mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Added custom-head.html
This commit is contained in:
14
_includes/custom-head.html
Normal file
14
_includes/custom-head.html
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{% comment %}
|
||||||
|
Placeholder to allow defining custom head, in principle, you can add anything here, e.g. favicons:
|
||||||
|
|
||||||
|
1. Head over to https://realfavicongenerator.net/ to add your own favicons.
|
||||||
|
2. Customize default _includes/custom-head.html in your source directory and insert the given code snippet.
|
||||||
|
{% endcomment %}
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
|
||||||
|
<meta name="msapplication-TileColor" content="#da532c">
|
||||||
|
<meta name="theme-color" content="#ffffff">
|
||||||
Reference in New Issue
Block a user