Make RSS title required

master
Will Faught 2 years ago
parent 2c04c9be51
commit 5cba7c6a4b

@ -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 }}

Loading…
Cancel
Save