{{- $pctx := . -}}
{{- if .IsHome -}}{{ $pctx = .Site }}{{- end -}}
{{- $pages := slice -}}
{{- if or $.IsHome $.IsSection -}}
{{- $pages = $pctx.RegularPages -}}
{{- else -}}
{{- $pages = $pctx.Pages -}}
{{- end -}}
{{- $limit := .Site.Config.Services.RSS.Limit -}}
{{- if ge $limit 1 -}}
{{- $pages = $pages | first $limit -}}
{{- end -}}
{{ $pages = $pages.ByLastmod.Reverse }}
{{- printf "" | safeHTML }}
%s
%s" $updated $c -}} {{- end -}} {{- $img := index (.Resources.ByType "image") 0 -}} {{- with $img -}} {{- $img := .Resize "640x" -}} {{- printf "]]>" $c $img.Permalink $img.Width $img.Height | safeHTML -}} {{ else }} {{- printf "" $c | safeHTML -}} {{- end -}} {{ end }}