Fix list.rss.xml warning prefix

This commit is contained in:
Will Faught
2024-06-03 22:13:44 -07:00
parent 97db5b8cac
commit ce6ccbe356

View File

@@ -34,7 +34,7 @@
{{ $title := delimit $titles " · " }}
{{ if not $title }}
{{ warnf "layouts/_default/rss.xml: page %s does not have a title" $page.RelPermalink }}
{{ warnf "layouts/_default/list.rss.xml: page %s does not have a title" $page.RelPermalink }}
{{ end }}
{{ printf "<?xml version=\"1.0\" encoding=\"utf-8\"?>" | safeHTML }}