mirror of
https://github.com/bketelsen/bktw.git
synced 2024-11-24 08:12:18 +02:00
8 lines
165 B
Plaintext
8 lines
165 B
Plaintext
User-agent: *
|
|
{{- if hugo.IsProduction | or (eq .Site.Params.env "production") }}
|
|
Disallow:
|
|
{{- else }}
|
|
Disallow: /
|
|
{{- end }}
|
|
Sitemap: {{ "sitemap.xml" | absURL }}
|