Browse Source

remove trailing / from siteurl

pull/1/head
RRA 6 years ago
parent
commit
b6a4b9bb51
  1. 2
      pelican/pelicanconf.py
  2. 2
      pelican/publishconf.py

2
pelican/pelicanconf.py

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

2
pelican/publishconf.py

@ -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…
Cancel
Save