Repo created
This commit is contained in:
parent
92216c1ae2
commit
6e051b9cd4
280 changed files with 19204 additions and 2 deletions
19
docs/_includes/custom-head.html
Normal file
19
docs/_includes/custom-head.html
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{% 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">
|
||||
Loading…
Add table
Add a link
Reference in a new issue