hypnagaga_old/src/pages/blog.md
2024-06-03 11:23:24 +02:00

448 B

title description layout pagination permalink
Blog All blog posts can be found here blog
data size
collections.allPosts 6
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 }}).