hugo-theme-anubis2/layouts/robots.txt
2021-10-05 16:18:47 +03:00

8 lines
173 B
Plaintext

User-agent: *
# robotstxt.org - if environment is not `production` then robots will be disallowed.
{{ if hugo.IsProduction }}
Disallow:
{{ else }}
Disallow: /
{{ end }}