Reduce amount of blog entries not in the archive

This commit is contained in:
Christian Wolf 2024-01-07 12:52:08 +01:00
parent f66e4aa190
commit 6710562ea7

View File

@ -3,7 +3,7 @@
<h1>{{ .Title }}</h1> <h1>{{ .Title }}</h1>
</a> </a>
<div class="news-blog"> <div class="news-blog">
{{ range (.Paginate (first 200 ( where .Site.RegularPages "Section" "==" "news")) 10 ).Pages }} {{ range (.Paginate (first 30 ( where .Site.RegularPages "Section" "==" "news")) 10 ).Pages }}
{{ $urlBlogEntry := .RelPermalink}} {{ $urlBlogEntry := .RelPermalink}}
<div class="blog-entry"> <div class="blog-entry">
<div class="header"> <div class="header">