fosscat-site/themes/PaperMod/layouts/robots.txt
2022-09-01 18:42:28 -06:00

8 lines
164 B
Plaintext

User-agent: *
{{- if hugo.IsProduction | or (eq site.Params.env "production") }}
Disallow:
{{- else }}
Disallow: /
{{- end }}
Sitemap: {{ "sitemap.xml" | absURL }}