Make RSS title required

This commit is contained in:
Will Faught
2023-09-23 13:09:22 -07:00
parent 2c04c9be51
commit 5cba7c6a4b

View File

@@ -46,9 +46,7 @@
{{ with $page.Param "paige.feed.rss.managing_editor" }}
<managingEditor>{{ . }}</managingEditor>
{{ end }}
{{ with $title }}
<title>{{ . }}</title>
{{ end }}
<title>{{ $title }}</title>
{{ with $page.Param "paige.feed.rss.web_master" }}
<webMaster>{{ . }}</webMaster>
{{ end }}