summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
Diffstat (limited to 'sites/www')
-rw-r--r--sites/www/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/www/conf.py b/sites/www/conf.py
index 1f11c1e2..481acdff 100644
--- a/sites/www/conf.py
+++ b/sites/www/conf.py
@@ -8,7 +8,7 @@ from shared_conf import *
# Local blog extension
sys.path.append(abspath('.'))
-extensions = ['blog']
+extensions.append('blog')
rss_link = 'http://paramiko.org'
rss_description = 'Paramiko project news'