From 5192a8f0666ab307c23f0a4deac9dc07dd38f2e4 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 12 Oct 2024 16:19:54 -0400 Subject: [PATCH] Use permalink in the RSS feed since not all RSS readers are smart --- themes/red/layouts/art/rss.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/red/layouts/art/rss.xml b/themes/red/layouts/art/rss.xml index c0c2339..3a0d0a1 100644 --- a/themes/red/layouts/art/rss.xml +++ b/themes/red/layouts/art/rss.xml @@ -82,7 +82,7 @@ {{ $full := printf "%s/thumb/%s.avif" $.Site.Params.image_host .Params.slug }} {{ $jpeg := printf "%s/thumb/%s.jpg" $.Site.Params.image_host .Params.slug }} - + {{ $title := .Title }} {{ $year := .Date.Format "2006" }}