mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 18:27:53 -04:00
Correct sitemap version (#1318)
As correctly stated at the beginning of the docs, sitemap protocol uses version 0.9 currently. Dont confuse with xml version 1.0
This commit is contained in:
parent
6a163f53a8
commit
7a67c38c4b
@ -43,7 +43,7 @@ For multilingual sites, we also create a Sitemap index. You can provide a custom
|
||||
|
||||
## Hugo’s sitemap.xml
|
||||
|
||||
This template respects the version 1.0 of the [Sitemap Protocol](https://www.sitemaps.org/protocol.html).
|
||||
This template respects the version 0.9 of the [Sitemap Protocol](https://www.sitemaps.org/protocol.html).
|
||||
|
||||
```xml
|
||||
{{ printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\" ?>" | safeHTML }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user