From 9f3ef86a96f1f3b852967f633b9a656332b37b14 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Mon, 5 Aug 2024 23:22:33 +0200 Subject: [PATCH] Paginate 10pcs on the blog listing --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 6bf6f1a..ed317de 100644 --- a/config.toml +++ b/config.toml @@ -15,6 +15,7 @@ paginate = 4 mainSections = ["blog"] showTaxonomyLinks = false nBlogLatest = 14 # number of blog post om the home page + Paginate = 10 blogLatestHeading = "Latest Dabblings" footer = "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License."