--- layout: base title: Blog description: 'All blog posts can be found here' pagination: data: collections.allPosts size: 8 permalink: 'blog/{% if pagination.pageNumber >=1 %}page-{{ pagination.pageNumber + 1 }}/{% endif %}index.html' ---
This blog has a pagination of {{ pagination.size }} posts per page.
The pagination is only shown if there are more posts ({{ collections.posts.length }}) than items per
page ({{ pagination.size }}).