From 9a6005a84a66b32c48b9eeac83df7ef1e500b0a6 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Thu, 25 Nov 2021 23:54:35 +0000 Subject: [PATCH] add back in the conditional to prevent image inclusion in rss where there is no image --- layouts/_default/rss.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index f84fb42..077ac97 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -34,7 +34,7 @@ {{ .Permalink }} <![CDATA[

- + {{ if isset .Params "image" }}{{end}} {{.Summary | html }}

]]>