mirror of
https://github.com/loikein/hugo-tufte.git
synced 2024-11-15 04:46:58 +01:00
7 lines
163 B
Text
7 lines
163 B
Text
|
User-agent: *
|
||
|
{{- if hugo.IsProduction | or (eq .Site.Params.env "production") }}
|
||
|
Allow: /
|
||
|
{{- else }}
|
||
|
Disallow: /
|
||
|
{{- end }}
|
||
|
Sitemap: {{ "sitemap.xml" | absURL }}
|