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'] - -