ananke/layouts/robots.txt

8 lines
228 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.
2017-04-15 18:31:22 +02:00
{{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}
2017-04-11 03:27:13 +02:00
Disallow:
{{ else }}
Disallow: /
{{ end }}