aboutsummaryrefslogtreecommitdiffstats
path: root/code/frontpage/layouts/robots.txt
blob: 3107a650a25953de8a6b387ec0b07e52d196f698 (plain) (blame)
1
2
3
4
5
6
7
User-agent: *
{{ if eq (hugo.Environment) "production" -}}
Allow: /
{{ else -}}
Disallow: /
{{ end }}
Sitemap: {{ "sitemap.xml" | absURL -}}