Fix url to sitemap in robots.txt file
This commit is contained in:
parent
5188bea24c
commit
e10cd65cab
2 changed files with 2 additions and 1 deletions
|
@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
- Fix margin bottom on the nested unordered lists for page's table of contents
|
||||
- Fix default section type for the `params.mainSections` configuration variable
|
||||
- Fix url to sitemap in robots.txt file
|
||||
|
||||
## v0.1.0 - 2022-05-27
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Allow: /
|
|||
Disallow: /404.html
|
||||
Disallow: /thanks
|
||||
|
||||
Sitemap: {{ "/stemap.xml" | absURL }}
|
||||
Sitemap: {{ "/sitemap.xml" | absURL }}
|
||||
{{- else }}
|
||||
Disallow: /
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue