diff options
Diffstat (limited to '_pages/sitemap.xml')
-rw-r--r-- | _pages/sitemap.xml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/_pages/sitemap.xml b/_pages/sitemap.xml deleted file mode 100644 index 9b70b46..0000000 --- a/_pages/sitemap.xml +++ /dev/null @@ -1,24 +0,0 @@ ---- -layout: null -permalink: "sitemap.xml" ---- - -<?xml version="1.0" encoding="utf-8"?> - -<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> - -{% for item in site.html_pages %} - <url> - <loc>{{ item.url | absolute_url | xml_escape }}</loc> - <lastmod>{{ site.time | date_to_xmlschema }}</lastmod> - </url> -{% endfor %} - -{% for item in site.posts %} - <url> - <loc>{{ item.url | absolute_url | xml_escape }}</loc> - <lastmod>{{ item.date | date_to_xmlschema }}</lastmod> - </url> -{% endfor %} - -</urlset> |