]> id.pley.net Git - pod.git/blobdiff - sf/feed.xml
Fix both the author and owner tags of the feed to be based on the podcast.author...
[pod.git] / sf / feed.xml
index 857173be5709b59fb3c2a51e966ff469e00de5e7..bb7d33f26fde50c1685e4caa292e82db8080e2df 100644 (file)
@@ -21,18 +21,21 @@ title: ""
             <link>{{ site.podcast.url }}</link>
         </image>
         <docs>http://www.rssboard.org/rss-specification</docs>
-        <itunes:author>{{ site.podcast.title }}</itunes:author>
+        <itunes:author>{{ site.podcast.author }}</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"/>
         <itunes:owner>
-            <itunes:name>RJS Pod</itunes:name>
+            <itunes:name>{{ site.podcast.author }}</itunes:name>
             <itunes:email>{{ site.email }}</itunes:email>
         </itunes:owner>
         <itunes:category text="News">
             <itunes:category text="Politics"/>
         </itunes:category>
+        <itunes:keywords>
+            { site.podcast.keywords | xml_escape }}
+        </itunes:keywords>
 {% for post in site.posts %}        <item>
             <title>{{ post.title | xml_escape }}</title>
             <link>{{ post.url | absolute_url }}</link>