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

@ -3,7 +3,7 @@ languageCode = 'en-us'
title = 'The Voidcruiser'
theme = 'vugo'
paginate = 10
paginate = 100
[params]
contentTypeName = 'rambles'

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>

@ -1 +1 @@
Subproject commit 9b04750cf5d8a891ee9f1e2b94b410ec3e947ab5
Subproject commit e37d6351860020f42d2ffe4784f58700a44b8b28