Maybe fix for #156
https://github.com/rhazdon/hugo-theme-hello-friend-ng/issues/156
This commit is contained in:
parent
90ee9fd9d5
commit
43279295c1
3 changed files with 3 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
{{ define "main" }}
|
||||
{{ $paginator := .Paginate (where .Site.RegularPages "Type" $.Site.Params.contentTypeName) }}
|
||||
{{ $paginator := .Paginate .Data.Pages }}
|
||||
|
||||
<main class="posts">
|
||||
<h1>{{ .Title }}</h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue