_includes/custom-head.html in jekyll-98-0.2.0 vs _includes/custom-head.html in jekyll-98-0.3.0
- old
+ new
@@ -2,5 +2,7 @@
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 %}
+
+<link rel="icon" type="image/png" href="/assets/icons/{{ site.jekyll-98.icon }}.png" />
\ No newline at end of file