From af4d98b8dd88705c1b89201fb4d28ba0b7d985f9 Mon Sep 17 00:00:00 2001 From: Pablo Ferreiro Date: Sat, 3 Sep 2022 12:59:36 +0200 Subject: [PATCH] Fixed rss item link --- views/rss.latte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/rss.latte b/views/rss.latte index 9b39fa8..cb63aae 100644 --- a/views/rss.latte +++ b/views/rss.latte @@ -1,6 +1,6 @@ {contentType application/rss+xml} {do header('Content-Disposition: attachment; filename="' . $title . '.rss' . '"')} -{do $full_link = path($link)} +{var $full_link = path($link)}