[gimp-web/testing] Protocol-less SITEURL for other assets



commit 909556e8430587843683d789ee9f0048b2fb8053
Author: Pat David <patdavid gmail com>
Date:   Thu Jan 14 15:20:59 2016 -0600

    Protocol-less SITEURL for other assets

 pelicanconf.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pelicanconf.py b/pelicanconf.py
index df275e3..031afff 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -31,7 +31,7 @@ I18N_SUBSITES = {
 
 AUTHOR = u'Pat David'
 SITENAME = u'GIMP'
-SITEURL = 'http://www.gimp.org'
+SITEURL = '//www.gimp.org'
 GIMP_VERSION = u'2.8.16'
 
 PATH = 'content'


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