mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
7 lines
164 B
Text
7 lines
164 B
Text
User-agent: *
|
|
{{- if hugo.IsProduction | or (eq .Site.Params.env "production") }}
|
|
Allow: /
|
|
{{- else }}
|
|
Disallow: /
|
|
{{- end }}
|
|
Sitemap: {{ "sitemap.xml" | absURL }}
|