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 85a5f57..f9ea865 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/pelican-themes/basic')
+ 'Public/pelican-themes/elegant')
# Feed generation is usually not desired when developing