diff --git a/_pages/sitemap.xml b/_pages/sitemap.xml index a5bbb3f..555a2ae 100644 --- a/_pages/sitemap.xml +++ b/_pages/sitemap.xml @@ -5,23 +5,27 @@ layout: compress - - - {% for item in site.html_pages %} - - {{ item.url | absolute_url | xml_escape }} - {{ site.time | date_to_xmlschema }} - monthly - 0.5 - - {% endfor %} - - {% for item in site.posts %} - - {{ item.url | absolute_url | xml_escape }} - {{ item.date | date_to_xmlschema }} - weekly - 0.8 - - {% endfor %} + + + + {% for item in site.html_pages %} + + {{ item.url | absolute_url | xml_escape }} + {{ site.time | date_to_xmlschema }} + monthly + 0.5 + + {% endfor %} + + + {% for item in site.posts %} + + {{ item.url | absolute_url | xml_escape }} + {{ item.date | date_to_xmlschema }} + weekly + 0.8 + + {% endfor %}