From ccea2fd5b4ac091e810d0fdcdc6f856159bc5a3b Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 19 Sep 2018 04:05:12 +0400 Subject: Redesigned 'sitemap.xml' Signed-off-by: Valentin Popov --- _pages/sitemap.xml | 40 +++++++++++++++++----------------------- 1 file changed, 17 insertions(+), 23 deletions(-) (limited to '_pages') 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 -- cgit v1.2.3