Make blog index display 10 posts per page
This commit is contained in:
parent
1bdb80b06a
commit
257a98e107
@ -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 %}/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user