X-Git-Url: http://105106.c2e0p.group/pod.git/blobdiff_plain/48d790cd825addc90821e017955e37d3c0409d7b..b54b07fe948dfbc4f3927c8a40d54e23c188ade8:/sf/feed.xml?ds=inline

diff --git a/sf/feed.xml b/sf/feed.xml
index fbc334f..f339fc6 100644
--- a/sf/feed.xml
+++ b/sf/feed.xml
@@ -5,20 +5,20 @@ title: ""
     xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
     xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
     <channel>
-        <atom:link href="{{ site.url }}/sf/feed.xml" rel="self" type="application/rss+xml" />
+        <atom:link href="{{ site.podcast.url }}/feed.xml" rel="self" type="application/rss+xml" />
         <title>{{ site.podcast.title }}</title>
-        <link>{{ site.podcast.url }}/sf</link>
+        <link>{{ site.podcast.url }}</link>
         <description>{{ site.podcast.escription | xml_escape }}</description>
         <managingEditor>{{ site.podcast.email }} ({{ site.podcast.author }})</managingEditor>
         <webMaster>{{ site.podcast.email }} ({{ site.podcast.author }})</webMaster>
         <language>{{ site.podcast.lang }}</language>
-        <copyright>Copyright (C) {{ site.time | date: "%Y" }} {{ site.author }}. All Rights Reserved.</copyright>
+        <copyright>Copyright (C) {{ site.time | date: "%Y" }} {{ site.author | xml_escape }}. All Rights Reserved.</copyright>
         <pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
         <lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
         <image>
             <url>{{ site.podcast.url }}/RJS_pod_1400x1400.jpg</url>
             <title>{{ site.podcast.title }}</title>
-            <link>{{ site.podcast.url }}/sf</link>
+            <link>{{ site.podcast.url }}</link>
         </image>
         <docs>http://www.rssboard.org/rss-specification</docs>
         <itunes:author>{{ site.podcast.title }}</itunes:author>
@@ -33,9 +33,9 @@ title: ""
         </itunes:category>
 {% for post in site.posts %}        <item>
             <title>{{ post.title | xml_escape }}</title>
-            <link>{{ site.podcast.url }}{{ post.url }}</link>
+            <link>{{ post.url | absolute_url }}</link>
             <description>{{ post.excerpt | xml_escape }}</description>
-            <guid isPermaLink="true">{{ site.podcast.url }}{{ post.url }}</guid>
+            <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"/>
             <itunes:author>{{ site.podcast.author }}</itunes:author>