summaryrefslogtreecommitdiff
path: root/tests/sitemaps_tests/templates/custom_sitemap_index.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sitemaps_tests/templates/custom_sitemap_index.xml')
-rw-r--r--tests/sitemaps_tests/templates/custom_sitemap_index.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/sitemaps_tests/templates/custom_sitemap_index.xml b/tests/sitemaps_tests/templates/custom_sitemap_index.xml
deleted file mode 100644
index 406c6b7606..0000000000
--- a/tests/sitemaps_tests/templates/custom_sitemap_index.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- This is a customised template -->
-<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
-{% for location in sitemaps %}<sitemap><loc>{{ location }}</loc></sitemap>{% endfor %}
-</sitemapindex>