aboutsummaryrefslogtreecommitdiff
path: root/themes/ananke/layouts/robots.txt
blob: b18c6e91ee342a17588b47a49ecf5d1fc07ecf3e (plain)
1
2
3
4
5
6
7
User-agent: *
# robotstxt.org - if ENV production variable is false robots will be disallowed.
{{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production")  }}
  Disallow:
{{ else }}
  Disallow: /
{{ end }}