mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
8 lines
183 B
Plaintext
8 lines
183 B
Plaintext
|
User-agent: *
|
||
|
{{- if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}
|
||
|
Disallow:
|
||
|
{{- else }}
|
||
|
Disallow: /
|
||
|
{{- end }}
|
||
|
Sitemap: {{ "sitemap.xml" | absURL }}
|