From 237c8cf7efd1973f0a5d77c541af76055603f054 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sun, 28 Nov 2021 18:03:14 +0000 Subject: [PATCH] ten article pagination again --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 252bed8..2410292 100644 --- a/config.toml +++ b/config.toml @@ -7,7 +7,7 @@ title = "Greg Gauthier" author = "Greg Gauthier" copyright = "© 2022. All rights reserved." canonifyurls = true -paginate = 15 +paginate = 10 PygmentsCodeFences = true PygmentsStyle = "tango"