2023-01-04 02:32:00 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<urlset 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"
|
|
|
|
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
2023-01-05 03:38:41 +01:00
|
|
|
<url>
|
|
|
|
<loc>{{ baseurl_abs }}/</loc>
|
|
|
|
<changefreq>daily</changefreq>
|
|
|
|
<priority>1.0</priority>
|
|
|
|
</url>
|
2023-01-04 02:37:41 +01:00
|
|
|
{% for language in languages %}
|
2023-01-04 02:32:00 +01:00
|
|
|
<url>
|
2023-01-05 03:38:41 +01:00
|
|
|
<loc>{{ baseurl_abs }}{{ language }}/</loc>
|
2023-01-04 02:32:00 +01:00
|
|
|
<changefreq>daily</changefreq>
|
|
|
|
<priority>0.5</priority>
|
|
|
|
</url>
|
|
|
|
{% endfor %}
|
|
|
|
</urlset>
|