From 49319150a54e817bfc8f82d74c097f1db5fbb5ff Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Fri, 23 Oct 2015 11:15:25 +0530 Subject: Use basic theme --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pelicanconf.py') 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 -- cgit v1.2.3