Files
site/themes/hugo-theme-gruvbox/layouts/robots.txt
2024-01-07 10:19:25 -05:00

7 lines
141 B
Plaintext

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