summaryrefslogtreecommitdiffstats
path: root/publishconf.py
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-29 13:03:40 +0200
committerDavid Robillard <d@drobilla.net>2020-03-29 13:03:40 +0200
commitb657d271af0d9c6256da53161fdc119de5472525 (patch)
treedaf98aa60febd0472b5bc56d7175ef787fd09d2b /publishconf.py
parentb664b4bcb48e0872821a5dfa8336c667a2397d03 (diff)
downloadlv2site-b657d271af0d9c6256da53161fdc119de5472525.tar.xz
Use http for SITEURL
Without this, the stylesheets were broken because of mixed content. I am not sure how to make this work with only http, but I suppose it doesn't matter much these days anyway.
Diffstat (limited to 'publishconf.py')
-rw-r--r--publishconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/publishconf.py b/publishconf.py
index aca0ffc..1576ef7 100644
--- a/publishconf.py
+++ b/publishconf.py
@@ -10,7 +10,7 @@ import sys
sys.path.append(os.curdir)
from pelicanconf import *
-SITEURL = 'http://lv2plug.in'
+SITEURL = 'http://lv2plug.in'
RELATIVE_URLS = False
FEED_ALL_ATOM = 'feeds/all.atom.xml'