From 3d6b437ebfb1c8c5e8f1beec215fb9e824adfad9 Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Fri, 18 Jun 2021 23:02:21 -0500 Subject: Add google analytics to site --- _includes/head/custom.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '_includes/head/custom.html') diff --git a/_includes/head/custom.html b/_includes/head/custom.html index 33b1508..def324f 100644 --- a/_includes/head/custom.html +++ b/_includes/head/custom.html @@ -1,3 +1,14 @@ +{% if site.google_analytics and jekyll.environment == 'production' %} + + +{%- endif -%} + -- cgit v1.2.3