From 70b7849fde721c91895f139f11ee99215f0fbea8 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 8 Nov 2021 23:53:01 +0100 Subject: [PATCH] pep8/themes --- themes/pelican-striped-html5up/pelicanconf.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/themes/pelican-striped-html5up/pelicanconf.py b/themes/pelican-striped-html5up/pelicanconf.py index 4bb0b40..d30536d 100644 --- a/themes/pelican-striped-html5up/pelicanconf.py +++ b/themes/pelican-striped-html5up/pelicanconf.py @@ -33,9 +33,7 @@ SOCIAL = (('You can add links in your config file', '#'), DEFAULT_PAGINATION = 10 # Uncomment following line if you want document-relative URLs when developing -#RELATIVE_URLS = True -#THEME = '' +# RELATIVE_URLS = True +# THEME = '' STATIC_PATHS = ['images'] PLUGINS = ['neighbors'] - -