diff --git a/pelicanconf.py b/pelicanconf.py index 6011baa..d2c1f6d 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -31,5 +31,6 @@ SOCIAL = (('You can add links in your config file', '#'), DEFAULT_PAGINATION = False -# Uncomment following line if you want document-relative URLs when developing -#RELATIVE_URLS = True \ No newline at end of file +RELATIVE_URLS = True + +THEME = 'bootstrap2-dark'