Update header
[blog] / atom.xml
index bafc806e0a33e7db2b8a53896f8fb0b04983b1fb..15eed6caff254e49ea9a8f51e8d90c22fb4de531 100644 (file)
--- a/atom.xml
+++ b/atom.xml
@@ -18,9 +18,9 @@ layout: null
  {% for post in site.posts %}
  <entry>
    <title>{{ post.title }}</title>
-   <link href="{{ site.url }}{{ site.baseurl }}{{ post.url }}"/>
+   <link href="{{ site.url }}{{ post.url }}"/>
    <updated>{{ post.date | date_to_xmlschema }}</updated>
-   <id>{{ site.url }}{{ post.id }}</id>
+   <id>{{ site.url }}{{ site.baseurl }}{{ post.id }}</id>
    <content type="html">{{ post.content | xml_escape }}</content>
  </entry>
  {% endfor %}