From d809fa4a0ebedc011b34735b51ff031141b486b0 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 4 Oct 2024 21:30:26 +0100 Subject: [PATCH] Revert "Add Hotjar code" This reverts commit fe71cd9a130b8037a3baa3657fa170720539a9e5. --- app/config/sculpin_site.yml | 3 --- app/config/sculpin_site_prod.yml | 3 --- source/_layouts/base.html.twig | 16 ++-------------- 3 files changed, 2 insertions(+), 20 deletions(-) diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 49a59e1c..a1d070cb 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -24,9 +24,6 @@ ctas: pair: | Need help or want another pair of eyes on your code? Book a 1-on-1 consulting call or an online pair programming session with a 100% money-back guarantee., -hotjar: - id: ~ - mastodon: username: opdavies url: https://mastodon.social/@%mastodon.username% diff --git a/app/config/sculpin_site_prod.yml b/app/config/sculpin_site_prod.yml index 69e333ac..16aa94f0 100644 --- a/app/config/sculpin_site_prod.yml +++ b/app/config/sculpin_site_prod.yml @@ -2,9 +2,6 @@ imports: - sculpin_site.yml -hotjar: - id: 5159836 - plausible: domain: oliverdavies.uk diff --git a/source/_layouts/base.html.twig b/source/_layouts/base.html.twig index 4cc4212e..ab76f096 100644 --- a/source/_layouts/base.html.twig +++ b/source/_layouts/base.html.twig @@ -4,6 +4,8 @@ + + @@ -41,20 +43,6 @@ {% endblock %} {% block styles %}{% endblock %} - - {% if site.hotjar.id %} - - - {% endif %} {% block body %}{% endblock %}