@ -4,7 +4,7 @@ from __future__ import unicode_literals
AUTHOR = u'hbsc'
SITENAME = u'homebrewserver.club'
SITEURL = ''
SITEURL = 'https://homebrewserver.club'
TIMEZONE = 'Europe/Paris'
@ -10,7 +10,7 @@ import sys
sys.path.append(os.curdir)
from pelicanconf import *
SITEURL = 'https://homebrewserver.club/'
RELATIVE_URLS = False
FEED_ALL_ATOM = 'feeds/all.atom.xml'