diff --git a/pelicanconf.py b/pelicanconf.py index 27c0b22..6bd44f8 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -41,7 +41,7 @@ PAGE_SAVE_AS = '{slug}.html' PAGE_LANG_URL = '{slug}.{lang}.html' PAGE_LANG_SAVE_AS = '{slug}.{lang}.html' -PAGE_BACKGROUND = 'images/background.jpg' +#PAGE_BACKGROUND = 'images/background.jpg' THEME = 'themes/nest/' # Confs relative to the theme nest NEST_HEADER_IMAGES = 'banner.png'