finally made the favicon work

This commit is contained in:
manetta 2020-11-16 11:38:41 +01:00
parent 74841b2ab0
commit c32109484f
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -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'