diff --git a/atom.xml b/atom.xml index b467b70..40d8602 100644 --- a/atom.xml +++ b/atom.xml @@ -17,9 +17,9 @@ layout: {% for post in site.posts limit:20 %} {{ post.title }} - + {{ post.date | date_to_xmlschema }} - {{ site.url }}/{{ post.id }} + {{ site.url }}{{ post.id }} {{ post.content | xml_escape }} {% endfor %}