From 4f35c2e653c22d98c04421c71d3e47c57abb8254 Mon Sep 17 00:00:00 2001 From: Robert Austin Date: Mon, 18 Feb 2019 11:05:43 +1000 Subject: [PATCH] confirm working netlify env variables --- _includes/google-analytics.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/_includes/google-analytics.html b/_includes/google-analytics.html index dfd4bc0..392024d 100644 --- a/_includes/google-analytics.html +++ b/_includes/google-analytics.html @@ -1,6 +1,4 @@ {% if jekyll.environment == "production" %} -production -{{ site.env.NETLIFY_GOOGLE_ANALYTICS_ID }} {% assign gid = site.env.NETLIFY_GOOGLE_ANALYTICS_ID %} {{ gid }}