From 3903e4e6be89b138d2e4830b4d0f81e828e4b922 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Sun, 23 Aug 2020 12:36:46 +0100 Subject: [PATCH] no favicon (avoid 404) --- index.pug | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.pug b/index.pug index 6a8cb5d..efc0fbb 100644 --- a/index.pug +++ b/index.pug @@ -3,6 +3,8 @@ html(lang="en-gb") head meta(content="text/html;charset=utf-8" http-equiv="Content-Type") title mixsy + //- no favicon!! taken from: https://k1ss.org/blog/20191004a + style include style.css body