[gimp-web] Fix SITEURL variable



commit 4c08fcc70ee74ade7042f42c1b12048ef3febe46
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Sun Nov 22 02:19:14 2015 +0300

    Fix SITEURL variable

 pelicanconf.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pelicanconf.py b/pelicanconf.py
index 92c57e8..c4fda37 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -16,7 +16,7 @@ I18N_SUBSITES = {
 
 AUTHOR = u'Pat David'
 SITENAME = u'GIMP'
-SITEURL = 'http://static.gimp.org'
+SITEURL = 'http://www.gimp.org'
 
 PATH = 'content'
 


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