Reduce amount of blog entries not in the archive
This commit is contained in:
parent
f66e4aa190
commit
6710562ea7
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user