Make blog index display 10 posts per page
This commit is contained in:
parent
fab2003c33
commit
38d256b50d
|
@ -4,7 +4,7 @@ tags: blog pages
|
||||||
navTitle: Blog Home
|
navTitle: Blog Home
|
||||||
pagination:
|
pagination:
|
||||||
data: collections.posts
|
data: collections.posts
|
||||||
size: 5
|
size: 10
|
||||||
alias: postList
|
alias: postList
|
||||||
reverse: true
|
reverse: true
|
||||||
permalink: "/{{ page.fileSlug }}{% if pagination.pageNumber > 0 %}/page/{{ pagination.pageNumber + 1 }}{% endif %}/"
|
permalink: "/{{ page.fileSlug }}{% if pagination.pageNumber > 0 %}/page/{{ pagination.pageNumber + 1 }}{% endif %}/"
|
||||||
|
|
Loading…
Reference in New Issue