assets/sitemap.xml in jekyll-rtd-theme-1.0.0 vs assets/sitemap.xml in jekyll-rtd-theme-1.0.1
- old
+ new
@@ -9,10 +9,10 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
{%- for page in site_pages -%}
{% include reset/schema.liquid %}
<url>
<loc>{{ schema_url }}</loc>
- <priority>0.{{ page.path | split: "/" | size }}</priority>
+ <priority>{{ schema_priority }}</priority>
<lastmod>{{ schema_lastmod }}</lastmod>
</url>
{%- endfor %}
</urlset>