mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
7 lines
141 B
Plaintext
7 lines
141 B
Plaintext
User-agent: *
|
|
{{ if eq (hugo.Environment) "production" -}}
|
|
Allow: /
|
|
{{ else -}}
|
|
Disallow: /
|
|
{{ end -}}
|
|
Sitemap: {{ "sitemap.xml" | absURL -}} |