Fix pagination

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-03-09 11:25:22 +01:00
parent cccea5d247
commit f345d5fbcd
+1 -1
View File
@@ -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)