mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
9 lines
207 B
Plaintext
9 lines
207 B
Plaintext
User-agent: *
|
|
{{/* robotstxt.org - if we are in production, allow access, else deny */ -}}
|
|
{{ if hugo.IsProduction -}}
|
|
Allow: /
|
|
Sitemap: {{ "/sitemap.xml" | urls.AbsURL }}
|
|
{{ else -}}
|
|
Disallow: /
|
|
{{ end -}}
|