From 50c81d7e781fb1081b1485901ab8422941db148b Mon Sep 17 00:00:00 2001 From: BernatBC Date: Fri, 19 Jan 2024 19:07:02 +0100 Subject: [PATCH] Add max number of posts parameter --- config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.yaml b/config.yaml index 8d727e470ea..a37ddc8f611 100644 --- a/config.yaml +++ b/config.yaml @@ -288,3 +288,7 @@ params: # Show/hide disclaimer notice in the footer. Default is "false". disclaimer: enable: true + + # Number of posts to show to each page. Default is "12" + pagination: + maxPostsPerPage: 12