Update baseof.html

Remove Matomo analytics
This commit is contained in:
Don Goodman-Wilson
2023-03-06 11:02:27 +00:00
committed by GitHub
parent be7c1817d2
commit d98dad07ce

View File

@@ -26,22 +26,6 @@
<meta name="twitter:description"
content="You practice developer relations or developer marketing. Let's gather and learn from and support each other.">
<meta name="twitter:image" content="https://devrel.salon/images/paris1739%20twitter.jpg">
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//analytics.goodman-wilson.com/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '5']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head>
<body>