Compare commits

...

2 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet ffbbf297a2
feat: replace Matomo with Umami
continuous-integration/drone/push Build is passing Details
2024-01-25 06:44:16 +01:00
Lucien Cartier-Tilet cf987ceaf9
docs: typo 2024-01-25 06:43:59 +01:00
2 changed files with 6 additions and 15 deletions

View File

@ -1047,7 +1047,7 @@ elements on screen.
**** WebKit inspector in Emacs WebKit widget browser **** WebKit inspector in Emacs WebKit widget browser
You can now access the WebKit inspector when using the WebKit widget You can now access the WebKit inspector when using the WebKit widget
browser in Emacs, given you are using a version of Emacs which has browser in Emacs, given you are using a version of Emacs which has
been compiled with it. I wish there was a keybinding or at leas a been compiled with it. I wish there was a keybinding or at least a
function for it, but apparently you can only open it with a right function for it, but apparently you can only open it with a right
click and select /Inspect Element/. Still nice to have. click and select /Inspect Element/. Still nice to have.

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>