diff --git a/projects/cwi/pelicanconf.py b/projects/cwi/pelicanconf.py index 74a7f0cb121483ef3bd7be6aa129a9e775fda5a4..b69d30e176ebab5a95c84f889df2485e462e9d62 100644 --- a/projects/cwi/pelicanconf.py +++ b/projects/cwi/pelicanconf.py @@ -28,7 +28,7 @@ LINKS = (('Pelican', 'http://getpelican.com/'), SOCIAL = (('twitter', 'https://twitter.com/CWInl'), ('github', 'http://github.com'),) -STATIC_PATHS = ['static', 'images', 'extras/.htaccess', 'extras/.htpassword'] +STATIC_PATHS = ['static', 'images', 'extras/.htaccess', 'extras/.htpassword', 'extras/favicon.ico'] PAGE_PATHS = ['pages','news', 'private'] ARTICLE_PATHS = ['blog'] @@ -41,7 +41,8 @@ LOAD_CONTENT_CACHE = False EXTRA_PATH_METADATA = { 'extras/.htaccess': {'path': 'pages/.htaccess'}, - 'extras/.htpassword': {'path': 'pages/.htpassword'} + 'extras/.htpassword': {'path': 'pages/.htpassword'}, + 'extras/favicon.ico': {'path': 'favicon.ico'} } # Uncomment following line if you want document-relative URLs when developing