Fix url to sitemap in robots.txt file

This commit is contained in:
Serghei Iakovlev 2022-05-29 11:16:13 +02:00
parent 5188bea24c
commit e10cd65cab
No known key found for this signature in database
GPG key ID: C6AF1016BBDEA800
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -6,7 +6,7 @@ Allow: /
Disallow: /404.html
Disallow: /thanks
Sitemap: {{ "/stemap.xml" | absURL }}
Sitemap: {{ "/sitemap.xml" | absURL }}
{{- else }}
Disallow: /
{{- end }}