From dbe27d3937924a389cffd88bfa1fdba75d9dac69 Mon Sep 17 00:00:00 2001 From: Jakub Filo Date: Sat, 18 May 2019 21:41:01 +0200 Subject: [PATCH] Replaced Google Analytic with Tag Manager --- layouts/partials/footer.html | 15 --------------- layouts/partials/header.html | 13 +++++++++++++ 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index d14e966..28fd4b5 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -18,20 +18,5 @@ - {{ with .Site.Params.ga_api_key }} - - {{ end }} - {{ with .Site.Params.mixpanel_api_key }} - - {{ end }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 8fb6589..135a5a1 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -46,8 +46,21 @@ }); {{ end }} + {{ with .Site.Params.google_tag_manager }} + + {{ end }} + {{ with .Site.Params.google_tag_manager }} + + {{ end }}