From 89db13895ae426599b60c8c91fbbd4a23ff0d366 Mon Sep 17 00:00:00 2001 From: Robert Austin Date: Mon, 18 Feb 2019 10:54:43 +1000 Subject: [PATCH] testing netlify env vars --- _includes/google-analytics.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/google-analytics.html b/_includes/google-analytics.html index aa8ad25..dfd4bc0 100644 --- a/_includes/google-analytics.html +++ b/_includes/google-analytics.html @@ -1,5 +1,6 @@ {% if jekyll.environment == "production" %} - +production +{{ site.env.NETLIFY_GOOGLE_ANALYTICS_ID }} {% assign gid = site.env.NETLIFY_GOOGLE_ANALYTICS_ID %} {{ gid }}