-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
87425f9
commit 5e3a58e
Showing
1 changed file
with
7 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,10 @@ | ||
{% 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 %} | ||
|
||
<!-- Icons and Theme --> | ||
<link rel="apple-touch-icon" sizes="180x180" href="https://andrewbevan.me/assets/css/icons/apple-touch-icon.png?v=20230320"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="https://andrewbevan.me/assets/css/icons/apple-touch-icon.png?v=20230320/assets/css/icons/favicon-32x32.png?v=20230320"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="https://andrewbevan.me/assets/css/icons/apple-touch-icon.png?v=20230320/assets/css/icons/favicon-16x16.png?v=20230320"> | ||
<link rel="manifest" href="https://andrewbevan.me/assets/css/icons/apple-touch-icon.png?v=20230320/assets/css/icons/site.webmanifest?v=20230320"> | ||
<link rel="mask-icon" href="https://andrewbevan.me/assets/css/icons/apple-touch-icon.png?v=20230320/assets/css/icons/safari-pinned-tab.svg?v=20230320" color="#5bbad5"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="https://andrewbevan.me/assets/css/icons/apple-touch-icon.png?{{ site.time | date: '%s%N' }}"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="https://andrewbevan.me/assets/css/icons/apple-touch-icon.png?v=20230320/assets/css/icons/favicon-32x32.png?{{ site.time | date: '%s%N' }}"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="https://andrewbevan.me/assets/css/icons/apple-touch-icon.png?v=20230320/assets/css/icons/favicon-16x16.png?{{ site.time | date: '%s%N' }}"> | ||
<link rel="manifest" href="https://andrewbevan.me/assets/css/icons/apple-touch-icon.png?v=20230320/assets/css/icons/site.webmanifest?{{ site.time | date: '%s%N' }}"> | ||
<link rel="mask-icon" href="https://andrewbevan.me/assets/css/icons/apple-touch-icon.png?v=20230320/assets/css/icons/safari-pinned-tab.svg?{{ site.time | date: '%s%N' }}" color="#5bbad5"> | ||
<meta name="msapplication-TileColor" content="#00aba9"> | ||
<meta name="msapplication-config" content="https://andrewbevan.me/assets/css/icons/apple-touch-icon.png?v=20230320/assets/css/icons/browserconfig.xml?v=20230320"> | ||
<meta name="msapplication-config" content="https://andrewbevan.me/assets/css/icons/apple-touch-icon.png?v=20230320/assets/css/icons/browserconfig.xml?{{ site.time | date: '%s%N' }}"> | ||
<meta name="theme-color" content="#ffffff"> | ||
<link rel="shortcut icon" href="https://andrewbevan.me/assets/css/icons/apple-touch-icon.png?v=20230320/assets/css/icons/favicon.ico?v=20230320"> | ||
<link rel="shortcut icon" href="https://andrewbevan.me/assets/css/icons/apple-touch-icon.png?v=20230320/assets/css/icons/favicon.ico?{{ site.time | date: '%s%N' }}"> |