X-Git-Url: http://105106.c2e0p.group/pod.git/blobdiff_plain/23a27829c28fe31800408fcf4ef3faaa70ada35a..527685aff0027d43376e82c8d89894faf9ba856e:/sf/feed.xml?ds=inline diff --git a/sf/feed.xml b/sf/feed.xml index 6af3c21..bb7d33f 100644 --- a/sf/feed.xml +++ b/sf/feed.xml @@ -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> @@ -20,17 +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:summary>{{ site.podcast.escription | xml_escape }}</itunes:summary> + <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>