From 1c2c3f7e16082b5c9bc3a56c0c06d4cd32411b9f Mon Sep 17 00:00:00 2001 From: kmurphypolygon Date: Wed, 27 Dec 2023 09:18:31 +0100 Subject: [PATCH] add gtm details --- overrides/main.html | 11 +++++++++++ overrides/partials/integrations/analytics/custom.html | 7 +++++++ 2 files changed, 18 insertions(+) create mode 100644 overrides/main.html create mode 100644 overrides/partials/integrations/analytics/custom.html diff --git a/overrides/main.html b/overrides/main.html new file mode 100644 index 000000000..1b868f891 --- /dev/null +++ b/overrides/main.html @@ -0,0 +1,11 @@ +{% extends "base.html" %} + +{% block scripts %} + {{ super() }} + + + + + +{% endblock %} \ No newline at end of file diff --git a/overrides/partials/integrations/analytics/custom.html b/overrides/partials/integrations/analytics/custom.html new file mode 100644 index 000000000..9efe51a01 --- /dev/null +++ b/overrides/partials/integrations/analytics/custom.html @@ -0,0 +1,7 @@ + + + \ No newline at end of file