summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index c0b3ef1..658a05d 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -43,6 +43,7 @@ PAGINATED_DIRECT_TEMPLATES = ['news']
ARTICLE_PATHS = ['news']
PAGE_URL = 'pages/{slug}'
PAGE_PATHS = ['pages']
+STATIC_PATHS = ['images', 'favicon.ico']
# Uncomment following line if you want document-relative URLs when developing
RELATIVE_URLS = True