19 lines
No EOL
1 KiB
HTML
19 lines
No EOL
1 KiB
HTML
{% 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 %}
|
|
|
|
<!-- Favicon head tag -->
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
|
|
<link rel="manifest" href="img/site.webmanifest">
|
|
<link rel="mask-icon" href="img/safari-pinned-tab.svg" color="#fbc02d">
|
|
<link rel="shortcut icon" href="img/favicon.ico">
|
|
<meta name="apple-mobile-web-app-title" content="Tabs Lite">
|
|
<meta name="application-name" content="Tabs Lite">
|
|
<meta name="msapplication-TileColor" content="#ffc40d">
|
|
<meta name="msapplication-config" content="/img/browserconfig.xml">
|
|
<meta name="theme-color" content="#fbc02d"> |