Merge 585c04c211dc9c5f87b6a2ce9a68ab0534a0f85c into dad94ab4b7c55eea0b63f7b81419d027fe9a8d81

This commit is contained in:
aisotton 2024-03-18 21:00:49 +01:00 committed by GitHub
commit 818845787a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@
{{- if .IsHome }} {{- if .IsHome }}
{{- $pages = where site.RegularPages "Type" "in" site.Params.mainSections }} {{- $pages = where site.RegularPages "Type" "in" site.Params.mainSections }}
{{- $pages = where $pages "Params.hiddenInHomeList" "!=" "true" }} {{- $pages = where $pages "Params.hiddenInHomeList" "!=" true }}
{{- end }} {{- end }}
{{- $paginator := .Paginate $pages }} {{- $paginator := .Paginate $pages }}