Corrected post linked in feed.xml

This commit is contained in:
Barry Clark 2014-06-03 19:37:23 -04:00
parent 949be13ce3
commit bb7bb247ad
1 changed files with 2 additions and 2 deletions

View File

@ -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>