Ver código fonte

improve robots to use site param

tags/v1.1
Bud Parr 7 anos atrás
pai
commit
5c53ef6e2f
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      layouts/robots.txt

+ 1
- 1
layouts/robots.txt Ver arquivo

@@ -1,6 +1,6 @@
User-agent: *
# robotstxt.org - if ENV production variable is false robots will be disallowed.
{{ if eq (getenv "HUGO_ENV") "production" }}
{{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}
Disallow:
{{ else }}
Disallow: /

Carregando…
Cancelar
Salvar