This repository has been archived on 2026-05-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blowfish/layouts/robots.txt
T
Nuno Coração 8fbdecb6e7 initial commit
2022-09-10 20:05:37 +01:00

8 lines
164 B
Plaintext

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