mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 14:16:20 -04:00
9 lines
175 B
Plaintext
9 lines
175 B
Plaintext
{{ if eq hugo.Environment "production" }}User-Agent: *
|
|
Disallow: /y2k/
|
|
Disallow: /comp20/
|
|
|
|
Sitemap: {{ "sitemap.xml" | absURL }}
|
|
{{ else }}User-Agent: *
|
|
Disallow: /
|
|
{{ end }}
|