ananke/layouts/robots.txt
2017-04-13 23:01:23 -04:00

8 lines
187 B
Plaintext

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