diff --git a/_pages/sitemap.xml b/_pages/sitemap.xml index 555a2ae..4fa094e 100644 --- a/_pages/sitemap.xml +++ b/_pages/sitemap.xml @@ -4,28 +4,22 @@ 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.html_pages %} + + {{ 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 }} - weekly - 0.8 - - {% endfor %} - + +{% for item in site.posts %} + + {{ item.url | absolute_url | xml_escape }} + {{ item.date | date_to_xmlschema }} + +{% endfor %} + + \ No newline at end of file