From 679792c584ba619e03e375fa33347957297232b2 Mon Sep 17 00:00:00 2001 From: Aidan Jimenez <63111068+pfaj@users.noreply.github.com> Date: Wed, 21 May 2025 15:15:01 -0400 Subject: [PATCH] readme: update paginate example to support new version of hugo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2767a3b3..5e694f144 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ baseurl = "localhost" title = "My Blog" languageCode = "en-us" theme = "hello-friend-ng" -paginate = 10 +pagination.pagerSize = 10 [params] dateform = "Jan 2, 2006"