Casual_blog/themes/anubis2/layouts/robots.txt

8 lines
173 B
Plaintext
Raw Normal View History

2024-03-07 06:27:02 +00:00
User-agent: *
# robotstxt.org - if environment is not `production` then robots will be disallowed.
{{ if hugo.IsProduction }}
Disallow:
{{ else }}
Disallow: /
{{ end }}