From 0c76da62f8a5bbd3e722def40d3215c75de37e7f Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 2 Oct 2022 04:25:33 +1100 Subject: [PATCH] Added custom-head.html --- _includes/custom-head.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 _includes/custom-head.html diff --git a/_includes/custom-head.html b/_includes/custom-head.html new file mode 100644 index 0000000..29c5aaa --- /dev/null +++ b/_includes/custom-head.html @@ -0,0 +1,14 @@ +{% 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 %} + + + + + + + + \ No newline at end of file