mirror of
https://github.com/go-i2p/www.git
synced 2025-06-24 19:24:49 -04:00
9 lines
238 B
XML
9 lines
238 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
{%- for lang in langs %}
|
|
<sitemap>
|
|
<loc>{{ url_root }}{{ lang }}/sitemap.xml</loc>
|
|
</sitemap>
|
|
{%- endfor %}
|
|
</sitemapindex>
|