From bced6799751e115342494c227593d45d8c249c37 Mon Sep 17 00:00:00 2001 From: Jer Noble Date: Tue, 15 Nov 2022 15:27:29 -0800 Subject: [PATCH] Fix both the author and owner tags of the feed to be based on the podcast.author setting in _config.yaml. --- sf/feed.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sf/feed.xml b/sf/feed.xml index de29e2d..bb7d33f 100644 --- a/sf/feed.xml +++ b/sf/feed.xml @@ -21,13 +21,13 @@ title: "" {{ site.podcast.url }} http://www.rssboard.org/rss-specification - {{ site.podcast.title }} + {{ site.podcast.author }} {{ site.podcast.title | xml_escape }} {{ site.podcast.description | xml_escape }} clean - Ruchi and Jer Explain Weird SF Politics to Scott + {{ site.podcast.author }} {{ site.email }} -- 2.40.1