Djordje Atlialp 2020-05-15 10:52:28 +02:00
parent 90ee9fd9d5
commit 43279295c1
No known key found for this signature in database
GPG key ID: 50C5BBECF350BB74
3 changed files with 3 additions and 10 deletions

View file

@ -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>