From ab32b8f547ace5f17ee563dcae7466bee792da34 Mon Sep 17 00:00:00 2001 From: jodiegardiner Date: Thu, 6 Jul 2023 13:05:16 +0000 Subject: [PATCH] add fathom --- ckanext/googleanalytics/templates-2.9/base.html | 3 +++ ckanext/googleanalytics/templates/base.html | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ckanext/googleanalytics/templates-2.9/base.html b/ckanext/googleanalytics/templates-2.9/base.html index a488abc..6e4d9e6 100644 --- a/ckanext/googleanalytics/templates-2.9/base.html +++ b/ckanext/googleanalytics/templates-2.9/base.html @@ -42,5 +42,8 @@ gtag('config', 'G-YNH7ZB4LTH', {"debug_mode": true, "custom_map": {"dimension2": "dataset", "dimension3": "user_type", "dimension1": "org"}, "user_type": "public", "anonymizeIp": true}); + + + {% endblock %} diff --git a/ckanext/googleanalytics/templates/base.html b/ckanext/googleanalytics/templates/base.html index 7b6152d..38b8bb7 100644 --- a/ckanext/googleanalytics/templates/base.html +++ b/ckanext/googleanalytics/templates/base.html @@ -42,5 +42,7 @@ gtag('config', 'G-YNH7ZB4LTH', {"debug_mode": true, "custom_map": {"dimension2": "dataset", "dimension3": "user_type", "dimension1": "org"}, "user_type": "public", "anonymizeIp": true}); - + + + {% endblock %}