Compare commits

...

4 Commits

Author SHA1 Message Date
bffa285576 Analytics
All checks were successful
Deploy / deploy (push) Successful in 8s
2026-03-16 23:26:00 -07:00
79a74300c2 Update maddybook
Some checks failed
Deploy / deploy (push) Failing after 7s
2026-03-16 21:16:53 -07:00
b654aa0370 Update Maddybook, path
Some checks failed
Deploy / deploy (push) Failing after 7s
2026-03-16 19:49:51 -07:00
78fd0faed3 Update maddybook
All checks were successful
Deploy / deploy (push) Successful in 7s
2026-03-16 11:18:34 -07:00
4 changed files with 17 additions and 1 deletions

View File

@ -21,3 +21,4 @@ disablePathToLower = true
[markup.goldmark.renderer]
unsafe = true

View File

@ -0,0 +1,15 @@
<!-- 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.makyo.io/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '8']);
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 -->