mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-27 00:38:53 +00:00
content: Fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user