{%- if paginator or extra_section -%}
No posts are displayed due to conflicting settings in your _index.md:
paginate_by is set, but there are no posts to paginate in the current section.section_path is set, and posts are available in that section.
Solution: Remove paginate_by from your _index.md.
To limit the number of displayed posts, use max_posts in the [extra] section instead.