hugo-theme-anubis2/layouts/robots.txt

8 lines
173 B
Plaintext
Raw Permalink Normal View History

2020-06-05 19:31:54 +02:00
User-agent: *
# robotstxt.org - if environment is not `production` then robots will be disallowed.
{{ if hugo.IsProduction }}
2020-06-05 19:31:54 +02:00
Disallow:
{{ else }}
Disallow: /
{{ end }}