content: Remove duplicate list items

Fixes #3173
This commit is contained in:
Joe Mooring
2025-08-19 05:44:15 -07:00
committed by GitHub
parent e76f17815c
commit 8f14be5da7
-2
View File
@@ -38,14 +38,12 @@ title = 'News'
To override the built-in sitemap.xml template, create a new file in either of these locations:
- `layouts/sitemap.xml`
- `layouts/sitemap.xml`
When ranging through the page collection, access the _change frequency_ and _priority_ with `.Sitemap.ChangeFreq` and `.Sitemap.Priority` respectively.
To override the built-in sitemapindex.xml template, create a new file in either of these locations:
- `layouts/sitemapindex.xml`
- `layouts/sitemapindex.xml`
## Disable sitemap generation