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

Bud Parr
15.09.2017 504e6de73b3630fba68f91f7bcad7fe4e5ff559b
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" }}
  Disallow:
{{ else }}
  Disallow: /
{{ end }}