{{- $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 -}} {{- printf "" | safeHTML }} {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} by {{ end }}{{ .Site.Title }}{{ end }} {{ .Permalink }} {{ .Site.Author.name }} {{ .Site.Author.email }} {{ with .Site.Copyright }}{{.}}{{end}} Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}by {{ .Site.Title }} {{ .Site.BaseURL }}img/website-avatar-large.png {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} by {{ end }}{{ .Site.Title }}{{ end }} {{ .Permalink }} {{ .Site.Author.name }} No episodic Philosophy essays, debates, discussions, and other explorations. {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} by {{ end }}{{ .Site.Title }}{{ end }} {{ .Site.Params.email }} Hugo -- gohugo.io {{ with .Site.LanguageCode }}{{.}}{{end}} {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}} {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}} {{ if not .Date.IsZero }}{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}{{ end }} {{- with .OutputFormats.Get "RSS" -}} {{ printf "" .Permalink .MediaType | safeHTML }} {{- end -}} {{ range $pages }} {{ .Title }} {{ .Params.series }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} {{ .Permalink }} {{ .Permalink }} {{ if isset .Params "enclosure" }} {{ $enclosure := .Params.enclosure }} {{ $scratch := newScratch }} {{ range $.Site.Data.podcasts.podcasts }} {{ if eq .filename $enclosure }} {{ $scratch.Set "filesize" .filesize }} {{ end }} {{ end}} {{ $filesize := $scratch.Get "filesize" }} {{ end }} {{`

{{end}} {{ .Summary | safeHTML }} ]]>
{{`

{{end}} {{ .Content | safeHTML }} ]]>
{{ end }}