From 9eb696d7433149771cf7fe4f77cf46aed8615bd9 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 20 Jan 2025 10:56:43 -0500 Subject: [PATCH] Add program to art RSS feed --- themes/red/layouts/art/rss.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/red/layouts/art/rss.xml b/themes/red/layouts/art/rss.xml index 3a0d0a1..f4c8ee1 100644 --- a/themes/red/layouts/art/rss.xml +++ b/themes/red/layouts/art/rss.xml @@ -92,6 +92,10 @@ + {{ with .Params.program }} +

Created with: {{ . }}

+ {{ end }} + {{ with .Content }}

{{ . | safeHTML }}

{{ else }}