From ce6ccbe3568d679592d893060b822b8c478fcfb8 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 3 Jun 2024 22:13:44 -0700 Subject: [PATCH] Fix list.rss.xml warning prefix --- layouts/_default/list.rss.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/list.rss.xml b/layouts/_default/list.rss.xml index d040b6b3..320f2e24 100644 --- a/layouts/_default/list.rss.xml +++ b/layouts/_default/list.rss.xml @@ -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 "" | safeHTML }}