File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ layout: nil
33baseurl: "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 >
You can’t perform that action at this time.
0 commit comments