From 9e52e712aeac21b35d2bd851152316a4da7de749 Mon Sep 17 00:00:00 2001 From: Ilya Ivanov Date: Tue, 30 Jun 2020 00:12:21 +0700 Subject: [PATCH] allow custom favicon code --- _includes/favicon.html | 1 + _includes/head.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 _includes/favicon.html diff --git a/_includes/favicon.html b/_includes/favicon.html new file mode 100644 index 0000000..c485d4c --- /dev/null +++ b/_includes/favicon.html @@ -0,0 +1 @@ + diff --git a/_includes/head.html b/_includes/head.html index c0f73d7..d26a42a 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -10,7 +10,7 @@ {% endif %} {% endunless %} - + {% include favicon.html %}