From bc56ecb2c2633badfbe68ec7256e1eaa53f19216 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Fri, 12 May 2017 22:54:34 -0700 Subject: [PATCH] Remove Google Analytics from head --- index.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/index.html b/index.html index 7a6342f..c0ceda2 100644 --- a/index.html +++ b/index.html @@ -30,10 +30,6 @@ links: - - {% if site.google_analytics and jekyll.environment == 'production' %} - {% include analytics.html %} - {% endif %}