remove trailing / from siteurl

This commit is contained in:
RRA 2018-01-09 13:09:13 +01:00
parent 1b6898cda3
commit b6a4b9bb51
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ from __future__ import unicode_literals
AUTHOR = u'hbsc'
SITENAME = u'homebrewserver.club'
SITEURL = ''
SITEURL = 'https://homebrewserver.club'
TIMEZONE = 'Europe/Paris'

View File

@ -10,7 +10,7 @@ import sys
sys.path.append(os.curdir)
from pelicanconf import *
SITEURL = 'https://homebrewserver.club/'
SITEURL = 'https://homebrewserver.club'
RELATIVE_URLS = False
FEED_ALL_ATOM = 'feeds/all.atom.xml'