Remove email suffix from RSS config

This commit is contained in:
Will Faught
2023-09-22 22:56:19 -07:00
parent c133d20c89
commit 43fac7337a
3 changed files with 6 additions and 6 deletions

View File

@@ -29,13 +29,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_email" }}
{{ with $page.Param "paige.feed.rss.managing_editor" }}
<managingEditor>{{ . }}</managingEditor>
{{ end }}
{{ with $title }}
<title>{{ . }}</title>
{{ end }}
{{ with $page.Param "paige.feed.rss.web_master_email" }}
{{ with $page.Param "paige.feed.rss.web_master" }}
<webMaster>{{ . }}</webMaster>
{{ end }}
{{ range $pages }}