Bitcoin.org/sitemap.xml

14 lines
512 B
XML

---
---
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">{% for sect in site.section %}{% for lang in sect[1] %}
<url>
<loc>http://bitcoin.org/{{ lang[0] }}/{{ lang[1] }}</loc>{% for lan in sect[1] %}{% if lang[0] != lan[0] %}
<xhtml:link
rel="alternate"
hreflang="{{ lan[0] }}"
href="http://www.bitcoin.org/{{ lan[0] }}/{{ lan[1] }}" />{% endif %}{% endfor %}
</url>{% endfor %}{% endfor %}
</urlset>