Make RSS title required
This commit is contained in:
@@ -46,9 +46,7 @@
|
|||||||
{{ with $page.Param "paige.feed.rss.managing_editor" }}
|
{{ with $page.Param "paige.feed.rss.managing_editor" }}
|
||||||
<managingEditor>{{ . }}</managingEditor>
|
<managingEditor>{{ . }}</managingEditor>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with $title }}
|
<title>{{ $title }}</title>
|
||||||
<title>{{ . }}</title>
|
|
||||||
{{ end }}
|
|
||||||
{{ with $page.Param "paige.feed.rss.web_master" }}
|
{{ with $page.Param "paige.feed.rss.web_master" }}
|
||||||
<webMaster>{{ . }}</webMaster>
|
<webMaster>{{ . }}</webMaster>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Reference in New Issue
Block a user