From 3842ccda590e37f6365743873322fc2b9fdcb3bf Mon Sep 17 00:00:00 2001 From: "mb@mb" Date: Wed, 16 May 2018 18:04:18 +0200 Subject: [PATCH] summary settings not needed --- pelicanconf.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 1343f39..0f536df 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -32,10 +32,8 @@ AUTHOR_FEED_RSS = None PLUGIN_PATHS = ["plugins"] PLUGINS = ['summary'] -SUMMARY_BEGIN_MARKER = '' -SUMMARY_END_MARKER = '' DEFAULT_PAGINATION = 500 # Uncomment following line if you want document-relative URLs when developing -# RELATIVE_URLS = True +RELATIVE_URLS = True