More ramble items per page
This commit is contained in:
parent
8ee89fe117
commit
5a4b5e3603
|
@ -3,7 +3,7 @@ languageCode = 'en-us'
|
||||||
title = 'The Voidcruiser'
|
title = 'The Voidcruiser'
|
||||||
theme = 'vugo'
|
theme = 'vugo'
|
||||||
|
|
||||||
paginate = 10
|
paginate = 100
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
contentTypeName = 'rambles'
|
contentTypeName = 'rambles'
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
{{ $paginator := .Paginate (where $PageContext.RegularPages "Type" $contentTypeName) }}
|
{{ $paginator := .Paginate (where $PageContext.RegularPages "Type" $contentTypeName) }}
|
||||||
<table class="post-entry-meta">
|
<table class="post-entry-meta">
|
||||||
{{ range first 5 .Paginator.Pages }}
|
{{ range first 10 .Paginator.Pages }}
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="{{ .RelPermalink }}">{{ .Title | markdownify}}</a></td>
|
<td><a href="{{ .RelPermalink }}">{{ .Title | markdownify}}</a></td>
|
||||||
<td>{{ .Params.Date.Format "2006-01-02" }}</td>
|
<td>{{ .Params.Date.Format "2006-01-02" }}</td>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9b04750cf5d8a891ee9f1e2b94b410ec3e947ab5
|
Subproject commit e37d6351860020f42d2ffe4784f58700a44b8b28
|
Loading…
Reference in a new issue