add matomo
All checks were successful
MkDocs Build and Deploy / build-and-deploy (push) Successful in 3m37s

This commit is contained in:
Michael Wegener 2024-03-27 07:29:31 +01:00
parent 3e704c2411
commit e28c4d7261
2 changed files with 13 additions and 0 deletions

11
docs/js/t.js Normal file
View File

@ -0,0 +1,11 @@
var _paq = window._paq = window._paq || [];
_paq.push(['setDocumentTitle', document.domain + "/" + document.title]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://t.makercloud.de/";
_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);
})();

View File

@ -188,3 +188,5 @@ extra:
extra_css:
- stylesheets/u10.css
extra_javascript:
- js/t.js