cc-docs/layouts/robots.txt
2023-07-04 16:33:06 +02:00

8 lines
141 B
Plaintext

User-agent: *
{{ if eq (hugo.Environment) "production" -}}
Allow: /
{{ else -}}
Disallow: /
{{ end }}
Sitemap: {{ "sitemap.xml" | absURL -}}