diff --git a/config.toml b/config.toml
index 86263e9..d527b07 100755
--- a/config.toml
+++ b/config.toml
@@ -3,7 +3,6 @@ RelativeURLs=true
CanonifyURLs=true
title = "Collabora Online - Community Page"
copyright = "Unless a license is otherwise specified, content is under CC-BY-SA 3.0
Beaver illustrations are under Copyright © 2025 Collabora Ltd. All rights reserved."
-paginate = 2
languageCode = "en"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
@@ -93,3 +92,6 @@ type = "type"
[services.twitter]
disableInlineCSS = true
+
+[Paginator]
+ pageSize = 2
diff --git a/layouts/index.html b/layouts/index.html
index f67d8cb..bbbaac4 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -5,7 +5,7 @@