Fix pagination
This commit is contained in:
+1
-1
@@ -190,7 +190,7 @@ pagination:
|
|||||||
collection: 'posts'
|
collection: 'posts'
|
||||||
|
|
||||||
# How many objects per paginated page, used to be `paginate` (default: 0, means all)
|
# How many objects per paginated page, used to be `paginate` (default: 0, means all)
|
||||||
per_page: 10
|
per_page: 9
|
||||||
|
|
||||||
# The permalink structure for the paginated pages (this can be any level deep)
|
# The permalink structure for the paginated pages (this can be any level deep)
|
||||||
permalink: '/page/:num/' # Pages are index.html inside this folder (default)
|
permalink: '/page/:num/' # Pages are index.html inside this folder (default)
|
||||||
|
|||||||
Reference in New Issue
Block a user