diff --git a/_pages/atom.xml b/_pages/atom.xml index ef04f9e..db00cf3 100644 --- a/_pages/atom.xml +++ b/_pages/atom.xml @@ -1,54 +1,46 @@ --- +layout: null permalink: "atom.xml" -layout: compress title: "RSS" --- - - - - {{ site.url | strip_newlines | strip_html | strip | normalize_whitespace | slugify | xml_escape }} + + + {{ site.url | absolute_url | xml_escape }} - - {{ "/assets/apple-touch-icon.png" | absolute_url | xml_escape }} - {{ site.title | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} - {{ site.description | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} - {{ site.time | date_to_xmlschema }} + {{ "/assets/apple-touch-icon.png" | absolute_url | xml_escape }} + {{ site.title | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} + {{ site.description | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} + {{ site.time | date_to_xmlschema }} - - - {{ site.author.email | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} - {{ site.author.name | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} - {{ site.author.url | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} - - - {% for item in site.posts %} - - - - - {{ item.id | strip_newlines | strip_html | strip | normalize_whitespace | slugify | xml_escape }} - - - {{ item.title | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} - {{ item.description | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} - {{ item.latest_update | default: item.date | date_to_xmlschema }} - {{ item.date | date_to_xmlschema }} - - - + {{ site.author.email | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} {{ site.author.name | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} {{ site.author.url | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} - + - - - {{ item.content | strip_newlines | strip | xml_escape }} - + {% for item in site.posts %} + + + {{ item.url | absolute_url | xml_escape }} + + {{ item.title | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} + {{ item.description | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} + {{ item.latest_update | default: item.date | date_to_xmlschema }} + {{ item.date | date_to_xmlschema }} + + + {{ site.author.email | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} + {{ site.author.name | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} + {{ site.author.url | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }} + + + + {{ item.content | strip_newlines | strip | xml_escape }} + - {% endfor %} + {% endfor %}