Skip to content

Commit

Permalink
chore(matomo): Remove matomo after vm crashes 😢
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanjerome committed Jan 7, 2025
1 parent 08e08e2 commit 6d08c69
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,19 +131,6 @@
localStorage.getItem('darkMode') === 'true' && document.documentElement.setAttribute('data-mode', 'dark');
</script>
<link rel="stylesheet" href="{{ '/assets/css/main.css' | prepend: site.baseurl }}" >
<script>
var _paq = window._paq = window._paq || [];
_paq.push(['disableCookies']);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//metrics.scalastic.io/matomo/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
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>
{% if page.leaflet %}
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/tachyons.min.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
Expand Down

0 comments on commit 6d08c69

Please sign in to comment.