feat: replace Matomo with Umami
All checks were successful
continuous-integration/drone/push Build is passing

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

View File

@ -64,21 +64,12 @@
} }
</style> </style>
<!-- Matomo --> <!-- Umami -->
<script> <script async
var _paq = window._paq = window._paq || []; src="https://umami.phundrak.com/script.js"
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */ data-website-id="ded52f14-40e3-43b9-a680-704f16e02838">
_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);
})();
</script> </script>
<!-- End Matomo Code --> <!-- End of Umami code -->
</head> </head>
<body> <body>