From c1489ff81bd089be73aa00cc645d865e0c45068c Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 3 May 2019 17:02:15 +0400 Subject: [PATCH] Fixed SiteMap whom 100% validated Signed-off-by: Valentin Popov --- _pages/sitemap.xml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/_pages/sitemap.xml b/_pages/sitemap.xml index 4fa094e..9b70b46 100644 --- a/_pages/sitemap.xml +++ b/_pages/sitemap.xml @@ -1,25 +1,24 @@ --- +layout: null permalink: "sitemap.xml" -layout: compress --- + - {% for item in site.html_pages %} - - {{ item.url | absolute_url | xml_escape }} - {{ site.time | date_to_xmlschema }} - + + {{ item.url | absolute_url | xml_escape }} + {{ site.time | date_to_xmlschema }} + {% endfor %} - {% for item in site.posts %} - - {{ item.url | absolute_url | xml_escape }} - {{ item.date | date_to_xmlschema }} - + + {{ item.url | absolute_url | xml_escape }} + {{ item.date | date_to_xmlschema }} + {% endfor %} - \ No newline at end of file +