summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pelicanconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 606abef..85a5f57 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -13,7 +13,7 @@ DEFAULT_LANG = u'en'
# Theme
THEME = os.path.join(os.environ.get('HOME'),
- 'Public/konoha')
+ 'Public/pelican-themes/basic')
# Feed generation is usually not desired when developing