Add robot.txt to exclude search engines

This commit is contained in:
Yorick Barbanneau 2018-10-18 23:39:00 +02:00
parent af76087ada
commit 31bc5b691e
2 changed files with 5 additions and 1 deletions

4
layouts/robots.txt Normal file
View file

@ -0,0 +1,4 @@
User-agent: *
{{range .Pages}}
Disallow: {{.RelPermalink}} {{end}}