[gimp-web/testing] Change pelicanconf* SITEURL to https:// instead of //



commit 1e4cfa20d4ef07ffdb73485257f833ab5ddba0a0
Author: Pat David <patdavid gmail com>
Date:   Mon Oct 10 15:03:27 2016 -0500

    Change pelicanconf* SITEURL to https:// instead of //
    
    This removes the protocol-less of the SITEURL which should also
    fix any problems with protocols in the RSS feeds.  We're moving
    everything to HTTPS anyway, so this is just one more step in the
    process...

 pelicanconf.local.py   |    2 +-
 pelicanconf.testing.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pelicanconf.local.py b/pelicanconf.local.py
index d217339..a98c1fc 100644
--- a/pelicanconf.local.py
+++ b/pelicanconf.local.py
@@ -30,7 +30,7 @@ I18N_SUBSITES = {
 
 AUTHOR = u'Pat David'
 SITENAME = u'GIMP'
-SITEURL = '//www.gimp.org'
+SITEURL = 'https://www.gimp.org'
 SITEMAP_SITEURL = 'https://www.gimp.org'
 # GIMP_VERSION = u'2.8.18'
 
diff --git a/pelicanconf.testing.py b/pelicanconf.testing.py
index 09eb484..8832036 100644
--- a/pelicanconf.testing.py
+++ b/pelicanconf.testing.py
@@ -31,7 +31,7 @@ I18N_SUBSITES = {
 
 AUTHOR = u'Pat David'
 SITENAME = u'GIMP'
-SITEURL = '//testing.gimp.org'
+SITEURL = 'https://testing.gimp.org'
 SITEMAP_SITEURL = 'https://testing.gimp.org'
 #GIMP_VERSION = u'2.8.18'
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]