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 %}