{{- $allowedRssSections := (slice "post") -}} {{- $baseurl := .Site.BaseURL -}} {{- $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 "\n" | safeHTML }} {{- printf "" $baseurl | safeHTML }} {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }} {{ .Permalink }} {{ .Site.Params.description }} by {{ .Site.Author.name }} Hugo -- gohugo.io{{ with .Site.LanguageCode }} {{.}}{{end}} {{ .Site.Author.rssmail }} ({{ with $.Site.Author.name }}{{.}}{{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 }} {{ $baseurl }}img/logo-rss.jpg {{ .Site.Title }} {{ .Permalink }} 72 72 {{ .Site.Params.description }} by {{ .Site.Author.name }} {{ range $pages }} {{ if and (in $allowedRssSections .Section) (not (isset .Params "type")) (or (not (isset .Params "context")) (eq .Params.context "")) }} {{ .Title }} {{ .Permalink }} {{ .Site.Author.mastodonlink }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} {{ with $.Site.Author.name }}{{.}}{{end}} {{ .Permalink }} {{ if .Keywords }} {{ range .Keywords }} {{ . }} {{ end }} {{ else if .Params.tags }} {{ range .Params.tags }} {{ . }} {{ end }} {{ end }} {{ $content := .Content }} {{ $content = replaceRE `a href="(#.*?)"` (printf "%s%s%s" "a href=\"" .Permalink "$1\"") $content }} {{ $content = replaceRE `a href="^../(.*?)"` (printf "%s%s%s" "a href=\"" .Permalink "../$1\"") $content }} {{ $content = replaceRE `a href="/(.*?)"` (printf "%s%s%s" "a href=\"" $baseurl "$1\"") $content }} {{ `

{{ end }} {{ $content | safeHTML }}

By {{ .Site.Author.name }} on {{ .Date.Format "2 January 2006" }}.  Reply via email.

]]>
{{ end }} {{ end }}