Skip to content

Commit 590c9e0

Browse files
committed
fix invalid priority value
1 parent 4a89d28 commit 590c9e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sitemap.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: nil
33
baseurl: "http://id-ruby.org"
44
---
55
<?xml version="1.0" encoding="UTF-8"?>
6-
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
6+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
77
{% for post in site.posts %}
88
<url>
99
<loc>{{ page.baseurl }}{{ post.url }}</loc>
@@ -13,7 +13,7 @@ baseurl: "http://id-ruby.org"
1313
<lastmod>{{ post.lastmod | date_to_xmlschema }}</lastmod>
1414
{% endif %}
1515
<changefreq>monthly</changefreq>
16-
<priority>7.0</priority>
16+
<priority>0.7</priority>
1717
</url>
1818
{% endfor %}
1919
</urlset>

0 commit comments

Comments
 (0)