Files
congo-hindi-gujarati/layouts/robots.txt
T
2022-01-27 15:58:01 +11:00

8 lines
164 B
Plaintext

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