hugo-PaperMod/layouts/robots.txt

8 lines
165 B
Plaintext
Raw Normal View History

User-agent: *
2020-12-13 15:49:25 +01:00
{{- if hugo.IsProduction | or (eq .Site.Params.env "production") }}
Disallow:
{{- else }}
Disallow: /
{{- end }}
Sitemap: {{ "sitemap.xml" | absURL }}