Add a favicon
This commit is contained in:
parent
547a6fd51c
commit
8fd6e40f2a
2 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue