increase pagination blocks

This commit is contained in:
samaradel
2022-04-18 09:31:39 +02:00
parent 02a71c788a
commit 93bb1c0844

View File

@@ -54,19 +54,19 @@ smart_punctuation = true
[[taxonomies]]
name = "categories"
feed = true
paginate_by = 2
paginate_by = 6
paginate_path = "/blog-posts"
[[taxonomies]]
name = "partners-category"
feed = true
paginate_by = 2
paginate_by = 6
paginate_path = "/partner-card"
[[taxonomies]]
name = "news-category"
feed = true
paginate_by = 2
paginate_by = 6
paginate_path = "/news-card"
[[taxonomies]]
@@ -84,7 +84,7 @@ paginate_path = "/join-us"
[[taxonomies]]
name = "memberships"
feed = true
paginate_by = 2
paginate_by = 8
paginate_path = "/people/memberships"
[extra]