From be69c4168cc57aa8091091e91f99879f5663ee22 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Thu, 22 Mar 2018 21:29:10 -0600 Subject: [PATCH] try another variant of the gtag code --- src/partials/head-scripts.hbs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/partials/head-scripts.hbs b/src/partials/head-scripts.hbs index 85fde65..2e8f175 100644 --- a/src/partials/head-scripts.hbs +++ b/src/partials/head-scripts.hbs @@ -1,6 +1,14 @@ {{#if site.keys.googleAnalytics}} {{#with site.keys.googleAnalytics}} + + {{/with}} {{/if}} -- 2.11.0