fix: Warning:
Page.Hugo is deprecated and will be removed in a future release. Use the global hugo function.
This commit is contained in:
parent
506e9abbff
commit
00a871af7e
|
@ -1,2 +1,2 @@
|
|||
User-agent: *
|
||||
Disallow: {{ if ne .Hugo.Environment "production" }}/{{ end }}
|
||||
Disallow: {{ if ne hugo.Environment "production" }}/{{ end }}
|
||||
|
|
Loading…
Reference in New Issue