More ramble items per page

This commit is contained in:
Nox Sluijtman 2023-03-10 01:12:16 +01:00
parent 8ee89fe117
commit 5a4b5e3603
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@
{{ $paginator := .Paginate (where $PageContext.RegularPages "Type" $contentTypeName) }}
<table class="post-entry-meta">
{{ range first 5 .Paginator.Pages }}
{{ range first 10 .Paginator.Pages }}
<tr>
<td><a href="{{ .RelPermalink }}">{{ .Title | markdownify}}</a></td>
<td>{{ .Params.Date.Format "2006-01-02" }}</td>