From 82dc1a1386313fb1fbc421bf9381489783e861e7 Mon Sep 17 00:00:00 2001 From: Ben Varick Date: Thu, 6 Feb 2025 16:32:35 -0600 Subject: [PATCH] adjusted pagination --- hugo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/hugo.toml b/hugo.toml index 4b205f2..da559c5 100644 --- a/hugo.toml +++ b/hugo.toml @@ -7,6 +7,7 @@ resourceDir = "../resources" #DefaultContentLanguage = "en" SectionPagesMenu = "main" +pagination.pagerSize = 3 # this is set low for demonstrating with dummy content. Set to a higher number googleAnalytics = "" enableRobotsTXT = true