diff --git a/atom.xml b/atom.xml index 25699bf536..058a867161 100644 --- a/atom.xml +++ b/atom.xml @@ -6,8 +6,8 @@ layout: null {{ site.title | xml_escape }} {{ site.description | xml_escape }} - {{ site.url }} - + {{ '/' | absolute_url }} + {{ site.author.name }} {{ site.author.email }} @@ -18,9 +18,10 @@ layout: null {{ post.title | xml_escape }} {{ post.content | xml_escape }} {{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }} - {{ site.url }}/{{ post.url }} - - {{ site.url }}{{ post.url }} + {% assign post_url = post.url | absolute_url %} + {{ post_url }} + + {{ post_url }} {% endfor %}