Files
Batflat/inc/modules/sitemap/view/sitemap.xml
2018-03-12 13:23:44 +01:00

14 lines
451 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
{loop: $urls}
<url>
<loc>{$value.url}</loc>
{if: !empty($value.lastmod)}<lastmod>{$value.lastmod}</lastmod>{/if}
</url>
{/loop}
</urlset>