From 5cba7c6a4b4383f361c00415705564b3d73c3753 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 23 Sep 2023 13:09:22 -0700 Subject: [PATCH] Make RSS title required --- layouts/_default/rss.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index 02aef60f..ee7113db 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -46,9 +46,7 @@ {{ with $page.Param "paige.feed.rss.managing_editor" }} {{ . }} {{ end }} - {{ with $title }} - {{ . }} - {{ end }} + {{ $title }} {{ with $page.Param "paige.feed.rss.web_master" }} {{ . }} {{ end }}