Use managing_editor_email, web_master_email configs

This commit is contained in:
Will Faught
2023-09-22 22:11:54 -07:00
parent a21a8f15e7
commit 81e6ecec92
3 changed files with 6 additions and 6 deletions

View File

@@ -28,13 +28,13 @@
<lastBuildDate>{{ $page.PublishDate.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</lastBuildDate>
{{ end }}
<link>{{ $page.Permalink }}</link>
{{ with $page.Param "paige.feed.rss.managing_editor" }}
{{ with $page.Param "paige.feed.rss.managing_editor_email" }}
<managingEditor>{{ . }}</managingEditor>
{{ end }}
{{ with $title }}
<title>{{ . }}</title>
{{ end }}
{{ with $page.Param "paige.feed.rss.web_master" }}
{{ with $page.Param "paige.feed.rss.web_master_email" }}
<webMaster>{{ . }}</webMaster>
{{ end }}
{{ range $pages }}