remove trailing / from siteurl
This commit is contained in:
parent
1b6898cda3
commit
b6a4b9bb51
@ -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/'
|
||||
SITEURL = 'https://homebrewserver.club'
|
||||
RELATIVE_URLS = False
|
||||
|
||||
FEED_ALL_ATOM = 'feeds/all.atom.xml'
|
||||
|
Loading…
Reference in New Issue
Block a user