summaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorVasudev Kamath <kamathvasudev@gmail.com>2014-02-02 00:39:46 +0530
committerVasudev Kamath <kamathvasudev@gmail.com>2014-02-02 00:39:46 +0530
commitdaacbe022c6c1cf9eee85b48e77a72f403b9a636 (patch)
treee5a7e51ea8d9d7d6b0a055366fa85d85cbef2f17 /pelicanconf.py
parenteb00a48994da0738b026e13e68875979524a8816 (diff)
lets use flatly theme
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 3bf6a42..f61dbe6 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -37,7 +37,7 @@ GITHUB_USER = "copyninja"
PYGMENTS_STYLE = "solarizelight"
# Bootstrap theme
-BOOTSTRAP_THEME = "cosmo"
+BOOTSTRAP_THEME = "flatly"
# Blogroll
LINKS = (('Old Blog Archive', 'http://blog-archive.copyninja.info/'),)