Remove analytics in dev environment (#1362)

This commit is contained in:
Maaz Syed Adeeb
2017-11-27 12:11:32 -05:00
committed by Michael Rose
parent 02c109d24f
commit 7c2273f23d
+1 -1
View File
@@ -1,4 +1,4 @@
{% if site.analytics.provider and page.analytics != false %}
{% if jekyll.environment == 'production' and site.analytics.provider and page.analytics != false %}
{% case site.analytics.provider %}
{% when "google" %}