website2/layouts/robots.txt
2022-04-12 21:25:55 +08:00

8 lines
141 B
Plaintext

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