summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content/images/banner.jpgbin0 -> 238297 bytes
-rw-r--r--content/images/banner.pngbin1124716 -> 0 bytes
-rw-r--r--pelicanconf.py2
3 files changed, 1 insertions, 1 deletions
diff --git a/content/images/banner.jpg b/content/images/banner.jpg
new file mode 100644
index 0000000..c65afbe
--- /dev/null
+++ b/content/images/banner.jpg
Binary files differ
diff --git a/content/images/banner.png b/content/images/banner.png
deleted file mode 100644
index 4f2c773..0000000
--- a/content/images/banner.png
+++ /dev/null
Binary files differ
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']