From 7dc9912c0d8f220cc41e4b2f6afa31c633b1819f Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 3 Apr 2018 23:25:46 +0000 Subject: Renaming pages Signed-off-by: Valentin Popov --- _pages/atom.xml | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 _pages/atom.xml (limited to '_pages/atom.xml') diff --git a/_pages/atom.xml b/_pages/atom.xml new file mode 100644 index 0000000..cc7548e --- /dev/null +++ b/_pages/atom.xml @@ -0,0 +1,53 @@ +--- +permalink: "/atom.xml" +layout: null +--- + + + + + + + + {{ site.url | xml_escape }} + + + {{ "/assets/favicon-32x32.png" | absolute_url | xml_escape }} + {{ site.title | smartify | strip_html | normalize_whitespace | xml_escape }} + {{ site.description | smartify | strip_html | normalize_whitespace | xml_escape }} + {{ site.time | date_to_xmlschema }} + + + + {{ site.author.email | xml_escape }} + {{ site.author.name | xml_escape }} + {{ site.author.url | xml_escape }} + + + {% for node in site.posts %} + + + + + {{ node.url | absolute_url | xml_escape }} + + + {{ node.title | smartify | strip_html | normalize_whitespace | xml_escape }} + {{ node.description | smartify | strip_html | normalize_whitespace | xml_escape }} + {{ node.latest_update | default: node.date | date_to_xmlschema }} + {{ node.date | date_to_xmlschema }} + + + + {{ site.author.email | xml_escape }} + {{ site.author.name | xml_escape }} + {{ site.author.url | xml_escape }} + + + + + {{ node.content | strip | strip_newlines | xml_escape }} + + + {% endfor %} + -- cgit v1.2.3