summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-03-24 22:22:24 +0100
committerDavid Robillard <d@drobilla.net>2019-03-24 23:42:59 +0100
commitdd53800c87c6431cc90026fcc751cfc29d5138c0 (patch)
tree2de44a8d6d4600af43c92d0a49b8994e3f51742e /pelicanconf.py
parentc1e60677cea69dcc354eedec091e64c71fa3bbf3 (diff)
downloadlv2site-dd53800c87c6431cc90026fcc751cfc29d5138c0.tar.xz
Update site logo
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 7b9189a..23c3de2 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -5,8 +5,8 @@ from __future__ import unicode_literals
AUTHOR = u'David Robillard'
SITENAME = u'LV2'
SITELOGO = 'images/logo.svg'
-SITELOGO_WIDTH = '75'
-SITELOGO_HEIGHT = '48'
+SITELOGO_WIDTH = '26.194574em'
+SITELOGO_HEIGHT = '24.525000em'
SITEURL = 'http://lv2plug.in'
PATH = 'content'