diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-22 20:23:00 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-22 20:23:00 +0100 |
commit | f1dbc28426a61bd8a5c38e4b3ad11ec190071f8b (patch) | |
tree | 815a43741bb41e01111d8b06fae5ba65421c6c81 /config.toml | |
parent | 0476dd3e7923b1cf7061093d782bd94718900b8c (diff) |
Stream pagination now basically working with 10 items on each page
Diffstat (limited to '')
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |