File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,21 @@ search: exclude
4
4
---
5
5
6
6
<?xml version =" 1.0" encoding =" UTF-8" ?>
7
+
7
8
<urlset xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9"
8
- xmlns : xhtml =" http://www.w3.org/1999/xhtml" >
9
+ xmlns : mobile =" http://www.google.com/schemas/sitemap-mobile/1.0"
10
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
11
+ xmlns : xhtml =" http://www.w3.org/1999/xhtml" >
9
12
10
13
{% for page in site.html_pages %}
11
14
<url >
12
15
<loc >{{page.url | absolute_url}}</loc >
13
16
14
17
{% if page.alternate.zh %}
15
- <link rel =" alternate" hreflang =" zh" href =" {{page.alternate.zh}}" />
18
+ <xhtml : link rel =" alternate" hreflang =" zh" href =" {{page.alternate.zh}}" />
16
19
{% endif %}
17
20
{% if page.alternate.ja %}
18
- <link rel =" alternate" hreflang =" ja" href =" {{page.alternate.ja}}" />
21
+ <xhtml : link rel =" alternate" hreflang =" ja" href =" {{page.alternate.ja}}" />
19
22
{% endif %}
20
23
21
24
<lastmod >{{site.time | date_to_xmlschema }}</lastmod >
You can’t perform that action at this time.
0 commit comments