{{- $pctx := . -}} {{- if .IsHome -}}{{ $pctx = .Site }}{{- end -}} {{- $pages := $pctx.RegularPages -}} {{- $limit := .Site.Config.Services.RSS.Limit -}} {{- if ge $limit 1 -}} {{- $pages = $pages | first $limit -}} {{- end -}} {{- printf "" | safeHTML }} <![CDATA[{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }}]]> {{ .Date.Format "2006-01-02T15:04:05-07:00" | safeHTML }} https://oe7drt.com {{ .Permalink }} {{ range $pages }}{{ if ne .Params.feed_exclude true }} <![CDATA[{{ .Title }}]]> https://oe7drt.com {{ .Permalink }} {{ .Date.Format "2006-01-02T15:04:05-07:00" | safeHTML }} {{ .Lastmod.Format "2006-01-02T15:04:05-07:00" | safeHTML }} {{ if .Site.Params.rssFullContent }} {{ else }} {{ end }} {{ end }}{{ end }}