summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-11-23 18:38:00 -0500
committerDavid Robillard <d@drobilla.net>2014-11-23 18:38:00 -0500
commit78a348dc60836c2e228dfb25b182f24dbcb718aa (patch)
tree1a4c8e24640058e5e2a3851ea9f05d99dd4e4bc8 /pelicanconf.py
parent3d166de0fb2165ecf84d11e53eafba44b40e4298 (diff)
downloadlv2site-78a348dc60836c2e228dfb25b182f24dbcb718aa.tar.xz
Use SVG logo and remove Github 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 e24a3e7..653afb6 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -4,7 +4,7 @@ from __future__ import unicode_literals
AUTHOR = u'David Robillard'
SITENAME = u'LV2'
-SITELOGO = 'images/logo.png'
+SITELOGO = 'images/logo.svg'
SITELOGO_WIDTH = '75'
SITELOGO_HEIGHT = '48'
SITEURL = ''