From 00a871af7e3d0b0bfd4a20a42f73328bbf8c3b86 Mon Sep 17 00:00:00 2001 From: Simon C Date: Thu, 26 Nov 2020 15:14:35 +0100 Subject: [PATCH] fix: Warning: Page.Hugo is deprecated and will be removed in a future release. Use the global hugo function. --- layouts/robots.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/robots.txt b/layouts/robots.txt index 1ae7abf..56f736f 100644 --- a/layouts/robots.txt +++ b/layouts/robots.txt @@ -1,2 +1,2 @@ User-agent: * -Disallow: {{ if ne .Hugo.Environment "production" }}/{{ end }} +Disallow: {{ if ne hugo.Environment "production" }}/{{ end }}