From ade453671f8e4b56284346ced58831f7097c3a37 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 11 Apr 2020 08:22:41 +0200 Subject: [PATCH] dark --- pelicanconf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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'