From 0569c68cac976526590ea0bbb41b0334ae94466f Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Tue, 19 Aug 2025 06:26:06 -0700 Subject: [PATCH] content: Fix typo --- content/en/templates/sitemap.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/content/en/templates/sitemap.md b/content/en/templates/sitemap.md index b1b0046d9..8eb358d87 100644 --- a/content/en/templates/sitemap.md +++ b/content/en/templates/sitemap.md @@ -36,15 +36,9 @@ title = 'News' ## Override built-in templates -To override the built-in sitemap.xml template, create a new file in either of these locations: +To override the built-in sitemap.xml template, create a new `layouts/sitemap.xml` file. When ranging through the page collection, access the _change frequency_ and _priority_ with `.Sitemap.ChangeFreq` and `.Sitemap.Priority` respectively. -- `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` +To override the built-in sitemapindex.xml template, create a new `layouts/sitemapindex.xml` file. ## Disable sitemap generation