_includes/custom-head.html in jekyll-theme-linky-0.1.1 vs _includes/custom-head.html in jekyll-theme-linky-0.1.2
- old
+ new
@@ -1,6 +1,10 @@
{% comment %}
- Placeholder to allow defining custom head, in principle, you can add anything here, e.g. favicons:
+ Add any extra head information here, e.g. your own favicons. None of the content below is required for your own site.
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.
+ 2. Add _includes/custom-head.html in your source directory and insert the given code snippet.
{% endcomment %}
+
+<link rel="icon" href="/favicon.ico" sizes="any">
+<link rel="icon" href="/linky.svg" type="image/svg+xml">
+<link rel="apple-touch-icon" href="/apple-touch-icon.png">