From f3a86e27eb2afd38dff37c13f4b3b5aaa9d72991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=CC=81scar=20M=2E=20Lage?= Date: Tue, 1 Mar 2022 00:02:13 +0100 Subject: [PATCH] Fix: changed pagination items from 15 to 10 --- src/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.yml b/src/config.yml index b8fd528..2a40c07 100644 --- a/src/config.yml +++ b/src/config.yml @@ -6,7 +6,7 @@ theme: - 'hugo-shortcode-gallery' pygmentsStyle: "monokai" canonifyurls: true -paginate: 15 +paginate: 10 summarylength: 30 timeout: 60000