summaryrefslogtreecommitdiff
path: root/templates/sitemap.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/sitemap.xml')
-rw-r--r--templates/sitemap.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/sitemap.xml b/templates/sitemap.xml
deleted file mode 100644
index 480759f..0000000
--- a/templates/sitemap.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet href="{{ get_url(path='/sitemap_style.xsl', trailing_slash=false) | safe }}" type="text/xsl"?>
-<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
- {%- for sitemap_entry in entries %}
- <url>
- <loc>{{ sitemap_entry.permalink | escape_xml | safe }}</loc>
- {%- if sitemap_entry.updated %}
- <lastmod>{{ sitemap_entry.updated }}</lastmod>
- {%- endif %}
- </url>
- {%- endfor %}
-</urlset>