summaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 0290bb5..461baae 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -4,7 +4,7 @@ from __future__ import unicode_literals
4 4
5AUTHOR = u'Chaos Computer Club e.V.' 5AUTHOR = u'Chaos Computer Club e.V.'
6SITENAME = u'Support-Angebote' 6SITENAME = u'Support-Angebote'
7SITEURL = 'http://localhost:8000' 7# SITEURL = 'http://localhost:8000'
8 8
9TIMEZONE = 'Europe/Berlin' 9TIMEZONE = 'Europe/Berlin'
10 10