Skip to content

Commit cead212

Browse files
sypharjyn514
authored andcommitted
add priority and all.html to sitemap
1 parent b792a00 commit cead212

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

templates/core/sitemap.xml

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<url>
55
<loc>https://docs.rs/{{ release.crate_name }}/latest/{{ release.target_name }}</loc>
66
<lastmod>{{ release.last_modified | escape_xml }}</lastmod>
7+
<priority>1.0</priority>
8+
</url>
9+
<url>
10+
<loc>https://docs.rs/{{ release.crate_name }}/latest/{{ release.target_name }}/all.html</loc>
11+
<lastmod>{{ release.last_modified | escape_xml }}</lastmod>
12+
<priority>0.8</priority>
713
</url>
814
{%- endfor %}
915
</urlset>

0 commit comments

Comments
 (0)