src/pyams_content/features/sitemap/skin/templates/root-sitemap.pt
changeset 1080 11d950caf9d2
parent 1077 24ab1360b343
child 1081 a7a2eeb833b7
--- a/src/pyams_content/features/sitemap/skin/templates/root-sitemap.pt	Mon Nov 12 12:16:25 2018 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
-	<tal:loop repeat="(ts, source) view.sources">
-		<sitemap>
-			<loc>${tales:absolute_url(source)}/sitemap.xml</loc>
-			<lastmod>${ts}</lastmod>
-		</sitemap>
-	</tal:loop>
-</sitemapindex>