Add link to sitemap to robots.txt
This commit is contained in:
parent
7baf08cef2
commit
9beaa26023
|
@ -19,6 +19,7 @@ rendering it and not anymore on the `page`/`section` variable
|
|||
- Fix using inline styles in headers
|
||||
- Fix sections with render=false being shown in sitemap
|
||||
- Sitemap is now split when there are more than 30 000 links in it
|
||||
- Add link to sitemap in robots.txt
|
||||
|
||||
|
||||
## 0.5.1 (2018-12-14)
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
User-agent: *
|
||||
Sitemap: {{ get_url(path="sitemap.xml") }}
|
||||
|
|
Loading…
Reference in a new issue