recettes/layouts/robots.txt
2025-10-06 19:21:06 +02:00

7 lines
164 B
Text
Executable file

User-agent: *
{{- if hugo.IsProduction | or (eq site.Params.env "production") }}
Disallow:
{{- else }}
Disallow: /
{{- end }}
Sitemap: {{ "sitemap.xml" | absURL }}