diff --git a/feed.xml b/feed.xml index eae96e3..371bbb3 100644 --- a/feed.xml +++ b/feed.xml @@ -18,7 +18,7 @@ layout: none <![CDATA[{{ post.title | cdata_escape }}]]> - + {% if post.link %}{{ post.link }}{% else %}{{ site.url }}{{ post.url }}{% endif %} {{ site.url }}{{ post.id }} {% if post.modified %}{{ post.modified | to_xmlschema }}T00:00:00-00:00 {{ post.date | date_to_xmlschema }} @@ -33,4 +33,4 @@ layout: none <p><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a> was originally published by {{ site.owner.name }} at <a href="{{ site.url }}">{{ site.title }}</a> on {{ post.date | date: "%B %d, %Y" }}.</p> {% endfor %} - \ No newline at end of file +