From f0e1ca0b338c61c3537b88aa65fae12b046b3752 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 15 May 2018 15:47:38 +0400 Subject: Two spaces Signed-off-by: Valentin Popov --- _pages/atom.xml | 82 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 41 insertions(+), 41 deletions(-) (limited to '_pages') diff --git a/_pages/atom.xml b/_pages/atom.xml index d149c67..3b8bf2f 100644 --- a/_pages/atom.xml +++ b/_pages/atom.xml @@ -8,48 +8,48 @@ show: true - - - - {{ site.url | strip_newlines | strip_html | strip | normalize_whitespace | slugify | 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.url | strip_newlines | strip_html | strip | normalize_whitespace | slugify | 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.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 }} - - - {% 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 }} - - - {% endfor %} + + + + + {{ item.content | strip_newlines | strip | xml_escape }} + + + {% endfor %} -- cgit v1.2.3