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