{{ .Site.Params.Podcast.Title | default .Site.Title }} {{ .Permalink }} {{ .Site.Params.Podcast.Description | default .Site.Params.Description }} Hugo -- gohugo.io {{ .Site.Params.Podcast.Lang | default .Site.LanguageCode }} {{ with .Site.Author.email -}} {{ . }}{{ with $.Site.Author.name }} ({{ . }}){{end}} {{ end -}} {{ with .Site.Author.email -}} {{ . }}{{ with $.Site.Author.name }} ({{ . }}){{end}} {{ end -}} {{ with .Site.Copyright -}} {{ . }} {{ 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 -}} {{ with .Site.Params.Podcast.Image }}{{ $image := resources.Get . }}{{ end }} {{ with .Site.Params.Podcast.Category -}} {{ range .subcategories }}{{ end }} {{ end -}} {{ with .Site.Params.Podcast.Owner -}} {{ with .name }}{{ . }}{{ end }} {{ with .email }}{{ . }}{{ end }} {{ end -}} {{ with .Site.Params.Podcast.Description }}{{ . }}{{ end }} {{ with .Site.Params.Podcast.Author }}{{ . }}{{ end }} {{ with .Site.Params.Podcast.Type }}{{ . }}{{ end }} {{ with .Site.Params.Podcast.Block }}{{ . }}{{ end }} {{ with .Site.Params.Podcast.Complete }}{{ . }}{{ end }} {{ with .Site.Params.Podcast.NewFeed }}{{ . }}{{ end }} {{ if .Site.Params.Podcast.Explicit }}true{{ else }}false{{ end }} {{ range .Pages }} {{ .Title }} {{ .Title }} {{ .Permalink }} {{ .Permalink }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} {{ with .Site.Author.email -}} {{ . }}{{ with $.Site.Author.name }} ({{ . }}){{ end }} {{ end -}} {{ .Content | html }} {{ with .Params.podcast.mp3 }}{{ $file_stat := os.Stat (add "/static" (. | relURL)) }}{{ end }} {{ with .Params.podcast.duration }}{{ . }}{{ end }} {{ with .Params.podcast.image.src }}{{ $image := resources.Get . }}{{ end }} {{ with .Params.podcast.episode }}{{ . }}{{ end }} {{ with .Params.podcast.episodeType }}{{ . }}{{ end }} {{ with .Params.podcast.season }}{{ . }}{{ end }} {{ with .Params.podcast.block }}{{ . }}{{ end }} {{ if .Params.podcast.explicit }}true{{ else }}false{{ end }} {{ end }}