Warn if no title, description in RSS
This commit is contained in:
@@ -75,6 +75,9 @@
|
|||||||
{{ with .Title }}
|
{{ with .Title }}
|
||||||
<title>{{ . | markdownify | plainify | htmlUnescape | safeHTML }}</title>
|
<title>{{ . | markdownify | plainify | htmlUnescape | safeHTML }}</title>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ if and (not .Description) (not .Title) }}
|
||||||
|
{{ warnf "layouts/_default/rss.xml: Page %s does not have a title or description" .RelPermalink }}
|
||||||
|
{{ end }}
|
||||||
</item>
|
</item>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</channel>
|
</channel>
|
||||||
|
Reference in New Issue
Block a user