mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 05:09:53 -04:00
Fix home page feed
This commit is contained in:
parent
37c6954ac0
commit
585095cf8e
@ -38,7 +38,7 @@
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- /* Get content pages from news section. */}}
|
{{- /* Get content pages from news section. */}}
|
||||||
{{- range .Pages }}
|
{{- range where site.RegularPages "Section" "news" }}
|
||||||
{{- $ctx := dict
|
{{- $ctx := dict
|
||||||
"PublishDate" .PublishDate
|
"PublishDate" .PublishDate
|
||||||
"Title" .Title
|
"Title" .Title
|
||||||
|
Loading…
x
Reference in New Issue
Block a user