From f1dbc28426a61bd8a5c38e4b3ad11ec190071f8b Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 22 Oct 2023 20:23:00 +0100 Subject: Stream pagination now basically working with 10 items on each page --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 42e4ff3..d51482c 100644 --- a/config.toml +++ b/config.toml @@ -5,7 +5,7 @@ languageCode = "en-gb" enableInlineShortcodes = true pygmentsCodeFences = true pygmentsUseClasses = true -paginate = 2 +paginate = 10 [params] description = "An intentionally quiet and unassuming (and empty) blog" -- cgit v1.2.3