فهرست منبع

Update conf to match change to HTTPS

theenglishway@shineon 7 سال پیش
والد
کامیت
9830470aff
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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