jlelse
/
Indieroad
Archived
1
Fork 0
This commit is contained in:
Jan-Lukas Else 2019-12-04 10:40:56 +01:00
parent 145c4347e3
commit 43acb7f604
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
</div>
{{- end }}
{{- $postSections := ($.Param "postSections" | default (slice "posts")) }}
{{- $paginator := .Paginate ( where .Site.RegularPages "Section" "in" $postSections ) }}
{{- $paginator := .Paginate ( where .Site.RegularPages "Type" "in" $postSections ) }}
{{- range $paginator.Pages }}
{{- .Render "summary" }}
{{- end }}