ananke/layouts/robots.txt
2017-04-10 21:27:13 -04:00

9 lines
206 B
Plaintext

User-agent: *
# robotstxt.org - if ENV production variable is false robots will be disallowed.
{{ if eq (getenv "HUGO_ENV") "production" }}
Disallow: admin/
Disallow:
{{ else }}
Disallow: /
{{ end }}