mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Bud Parr
19.49.2017 eec4d44c8d6e5fb44bdf504910a4f7ec6c7b4479
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 }}