mirror of
https://github.com/sruupl/batflat.git
synced 2026-01-15 02:12:03 +01:00
14 lines
451 B
XML
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> |