dash-docs/sitemap.xml
2013-04-18 23:51:15 -04:00

13 lines
508 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://bitcoin.org/{{ lan[0] }}/{{ lan[1] }}" />{% endif %}{% endfor %}
</url>{% endfor %}{% endfor %}
</urlset>