mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
add missing namespace for xhtml tags in sitemap
This commit is contained in:
parent
bf0c95213c
commit
3d68860565
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
---
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">{% for sect in site.section %}{% for lang in sect[1] %}
|
||||
<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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue