From 78a348dc60836c2e228dfb25b182f24dbcb718aa Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Nov 2014 18:38:00 -0500 Subject: Use SVG logo and remove Github banner. --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pelicanconf.py') 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 = '' -- cgit v1.2.1