Make blog index display 10 posts per page

This commit is contained in:
Helen Chong 2024-12-29 15:34:43 +08:00
parent fab2003c33
commit 38d256b50d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ tags: blog pages
navTitle: Blog Home
pagination:
data: collections.posts
size: 5
size: 10
alias: postList
reverse: true
permalink: "/{{ page.fileSlug }}{% if pagination.pageNumber > 0 %}/page/{{ pagination.pageNumber + 1 }}{% endif %}/"