Skip to content

Commit

Permalink
Corrected post linked in feed.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
barryclark committed Jun 3, 2014
1 parent 949be13 commit bb7bb24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit bb7bb24

Please sign in to comment.