feat: replace Matomo with Umami
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lucien Cartier-Tilet 2024-01-25 06:44:16 +01:00
parent cf987ceaf9
commit ffbbf297a2
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 5 additions and 14 deletions

View File

@ -64,21 +64,12 @@
}
</style>
<!-- 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="https://matomo.phundrak.com/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '3']);
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);
})();
<!-- Umami -->
<script async
src="https://umami.phundrak.com/script.js"
data-website-id="ded52f14-40e3-43b9-a680-704f16e02838">
</script>
<!-- End Matomo Code -->
<!-- End of Umami code -->
</head>
<body>