From 28ed42d62b4d3d7a5394af1c4c0846d619c2db86 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 21 Oct 2019 07:54:50 +0200 Subject: Fixed favicon situation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I removed the hacky empty favicon, and I've generated a proper favicon for android, apple, etc. Signed-off-by: Miquel Sabaté Solà --- _layouts/default.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '_layouts/default.html') diff --git a/_layouts/default.html b/_layouts/default.html index bf03d37..4053b9b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -59,12 +59,11 @@ {% comment %}{% endcomment %} - {% comment %}{% endcomment %} - - {% comment %}{% endcomment %} + + {% include favicon.html %} {% include header.html %} -- cgit v1.2.3