ananke/layouts/robots.txt

9 lines
262 B
Plaintext
Raw Normal View History

2017-04-11 03:27:13 +02:00
User-agent: *
# robotstxt.org - if ENV production variable is false robots will be disallowed.
2017-04-15 18:31:22 +02:00
{{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}
Allow: /
Sitemap: {{.Site.BaseURL}}/sitemap.xml
2017-04-11 03:27:13 +02:00
{{ else }}
Disallow: /
2017-04-11 03:27:13 +02:00
{{ end }}