mirror of
https://github.com/DevRelSalon/website.git
synced 2026-03-10 08:01:23 +00:00
Update baseof.html
Remove Matomo analytics
This commit is contained in:
committed by
GitHub
parent
be7c1817d2
commit
d98dad07ce
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user