Casual_blog/themes/anubis2/layouts/robots.txt
2024-03-07 09:27:02 +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 }}