[gimp-web] Fix SITEURL variable
- From: Alexandre Prokoudine <aprokoudine src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web] Fix SITEURL variable
- Date: Sat, 21 Nov 2015 23:19:44 +0000 (UTC)
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]