Procházet zdrojové kódy

Update conf to match change to HTTPS

theenglishway@shineon před 7 roky
rodič
revize
9830470aff
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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