{{ $page := . }} {{ $copyright := site.Copyright | markdownify | plainify }} {{ $date := "Mon, 02 Jan 2006 15:04:05 MST" }} {{ $description := cond $page.IsHome ($page.Param "paige.site.description") $page.Description | markdownify | plainify }} {{ $editor := $page.Param "paige.feeds.rss.managing_editor" }} {{ $language := $page.Language.LanguageCode }} {{ $limit := site.Config.Services.RSS.Limit }} {{ $link := ($page.AlternativeOutputFormats.Get "html").Permalink }} {{ $master := $page.Param "paige.feeds.rss.web_master" }} {{ $subpages := $page.RegularPagesRecursive }} {{ $lastmod := site.Lastmod.Format $date }} {{ if gt $limit 0 }} {{ $subpages = $subpages | first $limit }} {{ end }} {{ $titles := slice }} {{ if $page.IsHome }} {{ $titles = slice (site.Title | default $page.Title | markdownify | plainify) }} {{ else }} {{ with $page.Title }} {{ $titles = slice (. | markdownify | plainify) }} {{ end }} {{ range .Ancestors }} {{ $title := cond .IsHome (site.Title | default .Title) .Title }} {{ with $title }} {{ $titles = $titles | append (. | markdownify | plainify) }} {{ end }} {{ end }} {{ end }} {{ $title := delimit $titles " · " }} {{ with $copyright }} {{ . }} {{ end }} {{ with $description }} {{ . }} {{ end }} {{ with $language }} {{ . }} {{ end }} {{ with $lastmod }} {{ . }} {{ end }} {{ with $link }} {{ . }} {{ end }} {{ with $page.OutputFormats.Get "rss" }} {{ end }} {{ range $page.OutputFormats }} {{ $rel := cond (eq .Rel "canonical") "alternate" .Rel }} {{ end }} {{ range $t := $page.Translations }} {{ range .OutputFormats }} {{ end }} {{ end }} {{ with $editor }} {{ . }} {{ end }} {{ with $title }} {{ . }} {{ end }} {{ with $master }} {{ . }} {{ end }} {{ range $subpage := $subpages }} {{ if not ($subpage.Param "paige.exclude_feeds") }} {{ $author := "" }} {{ $authors := partial "paige/func-authors.html" $subpage }} {{ $content := $subpage.Content }} {{ $external := and $subpage.Params.link (not ($subpage.Param "paige.feeds.disable_link")) | not | not }} {{ $id := printf "tag:%s,%s:%s" (urls.Parse site.BaseURL).Host ($subpage.PublishDate.Format "2006-01-02") (cond ($subpage.Params.id | not) $subpage.RelPermalink $subpage.Params.id) }} {{ $published := $subpage.PublishDate.Format $date }} {{ $title := $subpage.Title | markdownify | plainify | htmlUnescape | transform.XMLEscape }} {{ $link := cond $external (htmlEscape $subpage.Params.link) $subpage.Permalink }} {{ with $authors }} {{ $primary := index . 0 }} {{ if and $primary.Params.paige.author.email $primary.Params.paige.author.name }} {{ $author = printf "%s (%s)" $primary.Params.paige.author.email ($primary.Params.paige.author.name | default ($primary.Title | markdownify | plainify)) }} {{ else if $primary.Params.email }} {{ $author = $primary.Params.email }} {{ end }} {{ end }} {{ if and $content $external }} {{ $text := or ($subpage.Param "paige.feeds.page_link" | markdownify) "⏎" }} {{ $footer := printf `

%s

` $subpage.Permalink $text }} {{ $content = print $content $footer }} {{ end }} {{ if not $content }} {{ $content = markdownify $subpage.Description }} {{ end }} {{ $content = replaceRE `` (printf `` $subpage.Permalink) $content }} {{ $content = replaceRE `` (printf `` $subpage.Permalink) $content }} {{ $content = partial "paige/func-minify.html" (dict "content" $content) }} {{ with $author }} {{ . }} {{ end }} {{ with $content }} {{ end }} {{ with $id }} {{ . }} {{ end }} {{ with $link }} {{ . }} {{ end }} {{ range $subpage.OutputFormats }} {{ $rel := cond (eq .Rel "canonical") "alternate" .Rel }} {{ $href := cond (and (eq $rel "alternate") (eq .MediaType.Type "text/html")) $link .Permalink }} {{ end }} {{ range $t := $subpage.Translations }} {{ range .OutputFormats }} {{ end }} {{ end }} {{ with $published }} {{ . }} {{ end }} {{ with $title }} {{ . }} {{ end }}
{{ end }} {{ end }}