diff --git a/pelicanconf.py b/pelicanconf.py index be89945..13ad330 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -44,7 +44,7 @@ PAGE_LANG_SAVE_AS = '{slug}.{lang}.html' #PAGE_BACKGROUND = 'images/background.jpg' THEME = 'themes/nest/' # Confs relative to the theme nest -NEST_HEADER_LOGO = 'images/hm2015_banner_468x60.jpg' +NEST_HEADER_IMAGES = 'banner.png' # Pelican bootstrap 3 theme settings BOOTSTRAP_THEME = 'cyborg'