From c93fdec2f0fed4d3aab33a95b1f847fe69d33750 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 3 Aug 2019 17:09:25 +0300 Subject: Disallow crawling on Netlify. (#29194) --- site/_includes/scripts.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'site/_includes/scripts.html') diff --git a/site/_includes/scripts.html b/site/_includes/scripts.html index 67319e19f..2f90f1e5d 100644 --- a/site/_includes/scripts.html +++ b/site/_includes/scripts.html @@ -1,7 +1,7 @@ -{%- if jekyll.environment == "production" -%} +{%- if jekyll.environment == "production" or jekyll.environment == "netlify" -%} {%- else -%} @@ -11,7 +11,7 @@ {%- endif -%} -{%- if jekyll.environment == "production" -%} +{%- if jekyll.environment == "production" or jekyll.environment == "netlify" -%} {%- else -%} -- cgit v1.2.3