From 6710562ea7bedbdd55a71aee4f1b7bb623808062 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Sun, 7 Jan 2024 12:52:08 +0100 Subject: [PATCH] Reduce amount of blog entries not in the archive --- themes/tsc_vfl/layouts/_default/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/tsc_vfl/layouts/_default/home.html b/themes/tsc_vfl/layouts/_default/home.html index 84a11b3..310a6d8 100644 --- a/themes/tsc_vfl/layouts/_default/home.html +++ b/themes/tsc_vfl/layouts/_default/home.html @@ -3,7 +3,7 @@

{{ .Title }}

- {{ range (.Paginate (first 200 ( where .Site.RegularPages "Section" "==" "news")) 10 ).Pages }} + {{ range (.Paginate (first 30 ( where .Site.RegularPages "Section" "==" "news")) 10 ).Pages }} {{ $urlBlogEntry := .RelPermalink}}