fix env statement in robots.txt file
This commit is contained in:
parent
8baa39eeaa
commit
9d4ba3c758
@ -1,7 +1,7 @@
|
|||||||
User-agent: *
|
User-agent: *
|
||||||
Disallow: /
|
Disallow: /
|
||||||
|
|
||||||
{{ if eq $PB_PUBLIC_DIRECTORY "true" }}
|
{{ if eq (env "PB_PUBLIC_DIRECTORY") "true" }}
|
||||||
User-agent: PrivateBinDirectoryBot
|
User-agent: PrivateBinDirectoryBot
|
||||||
Disallow: /
|
Disallow: /
|
||||||
{{ else }}
|
{{ else }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user