Add a favicon

This commit is contained in:
Yorick Barbanneau 2020-03-10 00:43:23 +01:00
parent 547a6fd51c
commit 8fd6e40f2a
2 changed files with 2 additions and 0 deletions

View file

@ -53,6 +53,8 @@ TAG_SAVE_AS = 'tag/{slug}/index.html'
AUTHOR_SAVE_AS = 'author/{slug}/index.html'
AUTHOR_URL = 'author/{slug}/'
STATIC_PATHS = ['assets']
EXTRA_PATH_METADATA = {'assets/favicon.png':{'path': 'favicon.ico'}}
TIMEZONE = 'Europe/Paris'
LOCALE = 'fr_FR.UTF-8'
DEFAULT_LANG = 'fr'