diff --git a/content/assets/favicon.png b/content/assets/favicon.png new file mode 100644 index 0000000..a158e27 Binary files /dev/null and b/content/assets/favicon.png differ diff --git a/pelicanconf.py b/pelicanconf.py index 51f7f53..32bb330 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -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'