Fix home page feed

This commit is contained in:
Joe Mooring 2024-04-09 10:06:20 -07:00 committed by GitHub
parent 37c6954ac0
commit 585095cf8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@
{{- end }}
{{- /* Get content pages from news section. */}}
{{- range .Pages }}
{{- range where site.RegularPages "Section" "news" }}
{{- $ctx := dict
"PublishDate" .PublishDate
"Title" .Title