changed protocol to https
This commit is contained in:
parent
740b2dcc72
commit
8bf18cddb1
@ -8,7 +8,7 @@ sys.path.append(os.curdir)
|
|||||||
from pelicanconf import *
|
from pelicanconf import *
|
||||||
|
|
||||||
# If your site is available via HTTPS, make sure SITEURL begins with https://
|
# If your site is available via HTTPS, make sure SITEURL begins with https://
|
||||||
SITEURL = "http://tobias-radloff.de"
|
SITEURL = "https://tobias-radloff.de"
|
||||||
RELATIVE_URLS = False
|
RELATIVE_URLS = False
|
||||||
|
|
||||||
#FEED_ALL_ATOM = "feeds/all.atom.xml"
|
#FEED_ALL_ATOM = "feeds/all.atom.xml"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user