From 631ca196c9bbc7fc3eeef4cce6bd9a6463ef74d1 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 14 Feb 2024 14:48:55 +0400 Subject: Set up the RSS feed and the authors of the posts --- _pages/atom.xml | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 _pages/atom.xml (limited to '_pages') diff --git a/_pages/atom.xml b/_pages/atom.xml deleted file mode 100644 index cdaab52..0000000 --- a/_pages/atom.xml +++ /dev/null @@ -1,45 +0,0 @@ ---- -layout: null -permalink: /atom.xml ---- - - - - - - - {{ 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 }} - - - {{ 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.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 %} - -- cgit v1.2.3