summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-08-07 22:05:26 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-08-07 22:05:26 +0200
commit13a8d8b584c62ad73cf357ae7b5ec85cde5c15fc (patch)
tree981a0cf778a858003fa485a8165df0679c03d91a /pelicanconf.py
parent0e1e503cdc7b4e00830d848658f9730b95019438 (diff)
downloadblog-13a8d8b584c62ad73cf357ae7b5ec85cde5c15fc.zip
blog-13a8d8b584c62ad73cf357ae7b5ec85cde5c15fc.tar.gz
blog-13a8d8b584c62ad73cf357ae7b5ec85cde5c15fc.tar.bz2
smaller banner
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 869d24a..42d9fae 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -11,7 +11,7 @@ THEME = 'pelican-themes/pelican-bootstrap3'
BOOTSTRAP_THEME = 'superhero'
CUSTOM_CSS = 'static/custom.css'
FAVICON = 'extras/favicon.ico'
-BANNER = 'images/banner.png'
+BANNER = 'images/banner.jpg'
# ignore tipuesearch for now as it's not used
IGNORE_FILES = ['.#*', '*~', 'TODO', 'tipuesearch']