feat: add robots template (#203)

This commit is contained in:
Robert Kaussow 2021-09-08 21:48:31 +02:00 committed by GitHub
parent fff483ea9e
commit d8fba29bb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 7 deletions

4
layouts/robots.txt Normal file
View file

@ -0,0 +1,4 @@
User-agent: *
Disallow: /tags/*
Sitemap: {{ "sitemap.xml" | absURL }}