Add robots.txt to templates

This commit is contained in:
Jonas Tobias Hopusch 2021-07-14 14:34:44 +02:00
parent 48555b0def
commit 6f7d502774
Failed to generate hash of commit
1 changed files with 3 additions and 0 deletions

3
templates/robots.txt Normal file
View File

@ -0,0 +1,3 @@
User-agent: *
Disallow: /
Sitemap: {{ get_url(path="sitemap.xml") }}