Explorar o código

Update conf to match change to HTTPS

theenglishway@shineon %!s(int64=7) %!d(string=hai) anos
pai
achega
9830470aff
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      publishconf.py

+ 2 - 2
publishconf.py

@@ -10,7 +10,7 @@ import sys
 sys.path.append(os.curdir)
 from pelicanconf import *
 
-SITEURL = 'http://blog.theenglishway.eu'
+SITEURL = 'https://blog.theenglishway.eu'
 RELATIVE_URLS = False
 
 FEED_ALL_ATOM = 'feeds/all.atom.xml'
@@ -18,7 +18,7 @@ CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'
 
 DELETE_OUTPUT_DIRECTORY = True
 
-ISSO_SERVER = "http://comments.theenglishway.eu"
+ISSO_SERVER = "https://comments.theenglishway.eu"
 
 # Following items are often useful when publishing