From c32109484fed315b7f5b297760b3d4cc70a544e8 Mon Sep 17 00:00:00 2001 From: manetta Date: Mon, 16 Nov 2020 11:38:41 +0100 Subject: [PATCH] finally made the favicon work --- content/{extra => }/favicon.ico | Bin pelicanconf.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename content/{extra => }/favicon.ico (100%) diff --git a/content/extra/favicon.ico b/content/favicon.ico similarity index 100% rename from content/extra/favicon.ico rename to content/favicon.ico diff --git a/pelicanconf.py b/pelicanconf.py index ff2ded1..c0342f3 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -21,7 +21,7 @@ TRANSLATION_FEED_ATOM = None AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None -STATIC_PATHS = [ 'images', 'attachments', 'bot-example', 'videos' ] +STATIC_PATHS = [ 'images', 'attachments', 'bot-example', 'videos', 'favicon.ico' ] THEME = 'themes/default' THEME_STATIC_DIR = 'theme'