More ramble items per page
This commit is contained in:
parent
8ee89fe117
commit
5a4b5e3603
3 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue