From c88c8e6c5fe2ab672d7b8eb92983abaa2fc172a9 Mon Sep 17 00:00:00 2001 From: cassie Date: Tue, 8 Jul 2025 22:46:20 -0400 Subject: [PATCH] fix feed --- layouts/index.podcast.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/index.podcast.xml b/layouts/index.podcast.xml index e1fc340..4dba654 100644 --- a/layouts/index.podcast.xml +++ b/layouts/index.podcast.xml @@ -53,10 +53,10 @@ {{ range (where .Site.RegularPages "Section" "episodes") }} - {{ .Params.Title | plainify }} + {{ .Params.episodeTitle | plainify }} {{ .Permalink }} full - {{ .Params.Title | plainify }} + {{ .Params.episodeTitle | plainify }} {{ .Params.episodeSubtitle | plainify }}