Sfoglia il codice sorgente

improve robots to use site param

tags/v1.1
Bud Parr 7 anni fa
parent
commit
5c53ef6e2f
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      layouts/robots.txt

+ 1
- 1
layouts/robots.txt Vedi File

@@ -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: /

Loading…
Annulla
Salva