From 4bd46fa53bfa288d7ce5aefbd7f6b124874a7126 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Mon, 5 Feb 2018 19:46:39 -0700 Subject: [PATCH] replace analytics.js with gtag.js for GA tracking --- src/partials/footer-scripts.hbs | 3 --- src/partials/head.hbs | 10 +++++++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/partials/footer-scripts.hbs b/src/partials/footer-scripts.hbs index e45a1e5..ea2a658 100644 --- a/src/partials/footer-scripts.hbs +++ b/src/partials/footer-scripts.hbs @@ -1,6 +1,3 @@ -{{#if site.keys.googleAnalytics}} - -{{/if}} diff --git a/src/partials/head.hbs b/src/partials/head.hbs index 8036f85..e64c140 100644 --- a/src/partials/head.hbs +++ b/src/partials/head.hbs @@ -1 +1,9 @@ -{{! Add additional tags to head here}} +{{#if site.keys.googleAnalytics}} + + +{{/if}} -- 2.11.0