|
|
@ -13,7 +13,7 @@
|
|
|
|
{{ $pages = $pages | first $limit }}
|
|
|
|
{{ $pages = $pages | first $limit }}
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
{{ $pages = where $pages "Params.paige.hide_rss" "ne" true }}
|
|
|
|
{{ $pages = where $pages "Params.paige.hide_rss" "ne" true }}
|
|
|
|
{{ $title := partial "paige-titles.html" . }}
|
|
|
|
{{ $title := partial "paige-func-title.html" . }}
|
|
|
|
{{ printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>" | safeHTML }}
|
|
|
|
{{ printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>" | safeHTML }}
|
|
|
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
|
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
|
|
<channel>
|
|
|
|
<channel>
|
|
|
@ -42,7 +42,7 @@
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
{{ range $pages }}
|
|
|
|
{{ range $pages }}
|
|
|
|
<item>
|
|
|
|
<item>
|
|
|
|
{{ with partial "paige-authors.html" . }}
|
|
|
|
{{ with partial "paige-func-authors.html" . }}
|
|
|
|
<author>{{ . }}</author>
|
|
|
|
<author>{{ . }}</author>
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
{{ if .Content }}
|
|
|
|
{{ if .Content }}
|
|
|
|