From: Dan Allen Date: Tue, 6 Feb 2018 02:46:39 +0000 (-0700) Subject: replace analytics.js with gtag.js for GA tracking X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4bd46fa53bfa288d7ce5aefbd7f6b124874a7126;p=eg-antora.git replace analytics.js with gtag.js for GA tracking --- 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}}