diff --git a/feed.xml b/feed.xml index 371bbb3..28d583d 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 }}