diff --git a/pelicanconf.py b/pelicanconf.py index 892c916..ac4bfe9 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -21,7 +21,7 @@ TRANSLATION_FEED_ATOM = None AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None -DEFAULT_PAGINATION = False +DEFAULT_PAGINATION = 200 PLUGIN_PATHS = ["./pelican-plugins", "./plugins-custom"]