X-Git-Url: http://105106.c2e0p.group/pod.git/blobdiff_plain/afc3c661fd2919e6c0848c1bb8ad265f940f5adb..88f27e4c929d7de6197dbbeebd333ddac20d0e02:/sf/feed.xml?ds=sidebyside

diff --git a/sf/feed.xml b/sf/feed.xml
index f339fc6..d56fca6 100644
--- a/sf/feed.xml
+++ b/sf/feed.xml
@@ -26,7 +26,7 @@ title: ""
         <itunes:image href="{{ site.url }}/RJS_pod_1400x1400.jpg"/>
         <itunes:owner>
         <itunes:name><![CDATA[RJS Pod]]></itunes:name>
-                <itunes:email>{{ site.email }} (Podcast)</itunes:email>
+                <itunes:email>{{ site.email }}</itunes:email>
         </itunes:owner>
         <itunes:category text="News">
             <itunes:category text="Politics"/>
@@ -34,10 +34,10 @@ title: ""
 {% for post in site.posts %}        <item>
             <title>{{ post.title | xml_escape }}</title>
             <link>{{ post.url | absolute_url }}</link>
-            <description>{{ post.excerpt | xml_escape }}</description>
+            <description>{{ post.summary | xml_escape }}</description>
             <guid isPermaLink="true">{{ post.url | absolute_url }}</guid>
             <pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
-            <enclosure url="http:{{ post.file }}" length="{{ post.length }}" type="audio/mp3"/>
+            <enclosure url="{{ post.mediaURL }}" length="{{ post.mediaLength }}" type="audio/mp3"/>
             <itunes:author>{{ site.podcast.author }}</itunes:author>
             <itunes:summary>{{ post.summary | xml_escape }}</itunes:summary>
             <itunes:duration>{{ post.duration }}</itunes:duration>