ananke/layouts/robots.txt

8 lines
187 B
Plaintext
Raw Normal View History

2017-04-11 03:27:13 +02:00
User-agent: *
# robotstxt.org - if ENV production variable is false robots will be disallowed.
{{ if eq (getenv "HUGO_ENV") "production" }}
Disallow:
{{ else }}
Disallow: /
{{ end }}