You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 7 година
пре 7 година
1234567
  1. User-agent: *
  2. # robotstxt.org - if ENV production variable is false robots will be disallowed.
  3. {{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}
  4. Disallow:
  5. {{ else }}
  6. Disallow: /
  7. {{ end }}