From af835683b97a52a543a7e6ae9d9ecb3037d9ce63 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 16 Jul 2025 15:22:46 +0200 Subject: [PATCH] Replace deprecated paginate config --- hugo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index 1f20c5a..7093e36 100755 --- a/hugo.toml +++ b/hugo.toml @@ -12,8 +12,8 @@ theme = "hugoplate" # Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List timeZone = "Europe/Brussels" -# post pagination -paginate = 2 # see https://gohugo.io/extras/pagination/ +[pagination] +pagerSize = 2 # see https://gohugo.io/extras/pagination/ # post excerpt summaryLength = 10 # see https://gohugo.io/content-management/excerpts/