Quellcode durchsuchen

improve robots to use site param

tags/v1.1
Bud Parr vor 7 Jahren
Ursprung
Commit
5c53ef6e2f
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      layouts/robots.txt

+ 1
- 1
layouts/robots.txt Datei anzeigen

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

Laden…
Abbrechen
Speichern