diff options
Diffstat (limited to 'publishconf.py')
-rw-r--r-- | publishconf.py | 2 |
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 = 'https://lv2plug.in' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml' |