From fdf42c910dedbff19e63e43662a8ee0403a9043d Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Sat, 11 Aug 2018 21:38:41 -0400 Subject: [PATCH] Show env vars in HTML --- _includes/footer.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_includes/footer.html b/_includes/footer.html index defc4b0..09507a4 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -28,6 +28,9 @@ } + + + {% if site.env.CONTEXT == "production" %} {% include analytics.html %} {% endif %}