Skip to content

Commit

Permalink
Drop changefreq from sitemap.xml.
Browse files Browse the repository at this point in the history
Closes #3516.

(Should this pull request also update the [release notes](https://github.com/mkdocs/mkdocs/blob/master/docs/about/release-notes.md) or are we waiting until we push a release before we collate those?)
  • Loading branch information
tomchristie committed Apr 10, 2024
1 parent 1451fb3 commit ddb588a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mkdocs/templates/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<url>
<loc>{% if file.page.canonical_url %}{{ file.page.canonical_url|e }}{% else %}{{ file.page.abs_url|e }}{% endif %}</loc>
{% if file.page.update_date %}<lastmod>{{file.page.update_date}}</lastmod>{% endif %}
<changefreq>daily</changefreq>
</url>
{%- endif -%}
{% endfor %}
Expand Down

0 comments on commit ddb588a

Please sign in to comment.