From 0c597b3f11079389a6af301c7e5018880a59228a Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 10 May 2019 17:30:36 +0200 Subject: [PATCH] Show 5 posts per page. --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 961026e..1b7cf09 100644 --- a/config.toml +++ b/config.toml @@ -9,7 +9,7 @@ pygmentsCodeFencesGuessSyntax = false pygmentsUseClasses = true canonifyURLs = false -Paginate = 10 +Paginate = 5 PaginatePath = "page" enableGitInfo = true