6 lines
152 B
Plaintext
6 lines
152 B
Plaintext
User-agent: *
|
|
{{- if eq .Site.Params.disallow_search_engines true }}
|
|
Disallow: /
|
|
{{ else }}
|
|
Disallow: {{ if not hugo.IsProduction }}/{{ end }}
|
|
{{ end }} |