소스 검색

improve robots to use site param

tags/v1.1
Bud Parr 7 년 전
부모
커밋
5c53ef6e2f
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      layouts/robots.txt

+ 1
- 1
layouts/robots.txt 파일 보기

@@ -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…
취소
저장