[gimp-web] Revert "Removed protocol from SITEURL - made it //www.gimp.org"



commit a80b244778e44be620a3295f4853b2028a4a3856
Author: Pat David <patdavid gmail com>
Date:   Thu Dec 31 10:40:43 2015 -0600

    Revert "Removed protocol from SITEURL - made it //www.gimp.org"
    
    This reverts commit befa32d0412d316a5f4e1a1b9cff75126b114254.

 pelicanconf.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pelicanconf.py b/pelicanconf.py
index ef8ff24..c14e406 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -31,7 +31,7 @@ I18N_SUBSITES = {
 
 AUTHOR = u'Pat David'
 SITENAME = u'GIMP'
-SITEURL = '//www.gimp.org'
+SITEURL = 'http://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]