Fix art rss feed
This commit is contained in:
parent
1734e1dc82
commit
22c13c57da
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
{{- if .IsHome -}}{{ $pctx = .Site }}{{- end -}}
|
||||
{{- $pages := slice -}}
|
||||
{{- if or $.IsHome $.IsSection -}}
|
||||
{{- $pages = $pctx.RegularPages -}}
|
||||
{{- $pages = $pctx.RegularPagesRecursive -}}
|
||||
{{- else -}}
|
||||
{{- $pages = $pctx.Pages -}}
|
||||
{{- end -}}
|
||||
|
|
Loading…
Add table
Reference in a new issue