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