Skip to content

Commit

Permalink
Update custom-head.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bluntspoon authored Jan 17, 2024
1 parent 87425f9 commit 5e3a58e
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions _includes/custom-head.html
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' }}">

0 comments on commit 5e3a58e

Please sign in to comment.