aboutsummaryrefslogtreecommitdiff
path: root/feed.xml
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-06-03 19:37:23 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-06-03 19:37:23 -0400
commitbb7bb247ad4c7979a806d81226d807c77a8e7945 (patch)
tree855ff5e8afdf92e4606e69c1690b550f3546d1f9 /feed.xml
parent949be13ce3a8c3939cca17faf8a25e91ac22fda8 (diff)
downloadkompetenzbolzen.github.io-bb7bb247ad4c7979a806d81226d807c77a8e7945.tar.gz
Corrected post linked in feed.xml
Diffstat (limited to 'feed.xml')
-rw-r--r--feed.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/feed.xml b/feed.xml
index 15b90dd..082106d 100644
--- a/feed.xml
+++ b/feed.xml
@@ -13,8 +13,8 @@ layout: none
<title>{{ post.title | xml_escape }}</title>
<description>{{ post.content | xml_escape }}</description>
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
- <link>{{ site.url }}/{{ post.url }}</link>
- <guid isPermaLink="true">{{ site.url }}/{{ post.url }}</guid>
+ <link>{{ site.url }}{{ post.url }}</link>
+ <guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
</item>
{% endfor %}
</channel>