From 8f14be5da7c35ccf1d1dc25bfd3bbb8a6307648a Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Tue, 19 Aug 2025 05:44:15 -0700 Subject: [PATCH] content: Remove duplicate list items Fixes #3173 --- content/en/templates/sitemap.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/en/templates/sitemap.md b/content/en/templates/sitemap.md index 2691ae471..b1b0046d9 100644 --- a/content/en/templates/sitemap.md +++ b/content/en/templates/sitemap.md @@ -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