]> id.pley.net Git - pod.git/commitdiff
re-add a description tag, and add a subtitle tag
authorJer Noble <jer.noble@apple.com>
Thu, 11 Aug 2022 03:32:45 +0000 (20:32 -0700)
committerJer Noble <jer.noble@apple.com>
Thu, 11 Aug 2022 03:32:45 +0000 (20:32 -0700)
sf/feed.xml

index 5d6180dd925cb7e2eddeeddf9ab47c0b50d6700b..857173be5709b59fb3c2a51e966ff469e00de5e7 100644 (file)
@@ -8,6 +8,7 @@ title: ""
         <atom:link href="{{ site.podcast.url }}/feed.xml" rel="self" type="application/rss+xml" />
         <title>{{ site.podcast.title }}</title>
         <link>{{ site.podcast.url }}</link>
+        <description>{{ site.podcast.description | xml_escape }}</description>
         <managingEditor>{{ site.podcast.email }} ({{ site.podcast.author }})</managingEditor>
         <webMaster>{{ site.podcast.email }} ({{ site.podcast.author }})</webMaster>
         <language>{{ site.podcast.lang }}</language>
@@ -21,6 +22,7 @@ title: ""
         </image>
         <docs>http://www.rssboard.org/rss-specification</docs>
         <itunes:author>{{ site.podcast.title }}</itunes:author>
+        <itunes:subtitle>{{ site.podcast.title | xml_escape }}</itunes:subtitle>
         <itunes:summary>{{ site.podcast.description | xml_escape }}</itunes:summary>
         <itunes:explicit>clean</itunes:explicit>
         <itunes:image href="{{ site.url }}/RJS_pod_1400x1400.jpg"/>