From b85b1f4148d45e752a9179bf09359cf8b2e3647c Mon Sep 17 00:00:00 2001 From: Ryan Stafford Date: Tue, 10 Oct 2023 14:31:28 -0400 Subject: [PATCH] conform image tag to atom spec --- templates/views/rss.latte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/views/rss.latte b/templates/views/rss.latte index 2678aeb..1f5ef65 100644 --- a/templates/views/rss.latte +++ b/templates/views/rss.latte @@ -5,6 +5,8 @@ {if $image} + {$link} + {$title} {$image} {/if}