Add RSS site params

This commit is contained in:
Will Faught
2022-12-19 17:29:06 -08:00
parent dd90671400
commit ac1f29608f
2 changed files with 5 additions and 2 deletions

View File

@@ -31,13 +31,13 @@
<lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>
{{ end }}
<link>{{ .Permalink }}</link>
{{ with .Site.Author.email }}
{{ with .Site.Params.paige.rss.managing_editor }}
<managingEditor>{{ . }}</managingEditor>
{{ end }}
{{ with $title }}
<title>{{ . }}</title>
{{ end }}
{{ with .Site.Author.email }}
{{ with .Site.Params.paige.rss.web_master }}
<webMaster>{{ . }}</webMaster>
{{ end }}
{{ range $pages }}