From c2ce99a9ca955a72586450b23b7c8fc8e4ed30a5 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sun, 25 Feb 2024 20:56:02 -0500 Subject: [PATCH] update rss template to work with external audio --- layouts/_default/rss.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index 10445bc..ae47ece 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -20,7 +20,11 @@ {{end}}{{ if .Params.video}} {{end}}{{ if .Params.audio}} - + {{if in .Params.adio "https://"}} + + {{else}} + + {{end}} {{end}}{{ if .Params.image}} {{.Params.image}}{{end}} {{- .Content | html -}}