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'