From fec93b2311f7b7b194cf019edc50e9b04b902359 Mon Sep 17 00:00:00 2001 From: sValo Date: Wed, 9 Mar 2016 00:50:33 +0100 Subject: [PATCH] Goes back to former theme --- pelicanconf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index ee3d33c..7e02367 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -42,13 +42,13 @@ PAGE_LANG_URL = '{slug}.{lang}.html' PAGE_LANG_SAVE_AS = '{slug}.{lang}.html' #PAGE_BACKGROUND = 'images/background.jpg' -THEME = 'themes/nest/' +THEME = 'themes/skeleton/' # Confs relative to the theme nest -NEST_HEADER_IMAGES = 'banner.png' +#NEST_HEADER_IMAGES = 'banner.png' #For future uses #NEST_FOOTER_HTML = '' -NEST_COPYRIGHT = u'Sito realizzato da hackmeeting' +#NEST_COPYRIGHT = u'Sito realizzato da hackmeeting' # Pelican bootstrap 3 theme settings BOOTSTRAP_THEME = 'cyborg'