|
|
@ -31,7 +31,7 @@
|
|
|
|
<language>{{ . }}</language>
|
|
|
|
<language>{{ . }}</language>
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
{{ if and $page.PublishDate (not $page.PublishDate.IsZero) }}
|
|
|
|
{{ if and $page.PublishDate (not $page.PublishDate.IsZero) }}
|
|
|
|
<lastBuildDate>{{ $page.PublishDate.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>
|
|
|
|
<lastBuildDate>{{ $page.PublishDate.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</lastBuildDate>
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
<link>{{ $page.Permalink }}</link>
|
|
|
|
<link>{{ $page.Permalink }}</link>
|
|
|
|
{{ with $page.Param "paige.rss.managing_editor" }}
|
|
|
|
{{ with $page.Param "paige.rss.managing_editor" }}
|
|
|
@ -64,7 +64,7 @@
|
|
|
|
<link>{{ . }}</link>
|
|
|
|
<link>{{ . }}</link>
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
{{ with .PublishDate }}
|
|
|
|
{{ with .PublishDate }}
|
|
|
|
<pubDate>{{ .Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
|
|
|
|
<pubDate>{{ .Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</pubDate>
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
{{ with .Title }}
|
|
|
|
{{ with .Title }}
|
|
|
|
<title>{{ . | markdownify | plainify | htmlUnescape }}</title>
|
|
|
|
<title>{{ . | markdownify | plainify | htmlUnescape }}</title>
|
|
|
|