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 +