From: Lexie Malina Date: Thu, 23 Nov 2023 23:21:17 +0000 (-0600) Subject: change matomo links X-Git-Url: https://git.t-ch.net/?a=commitdiff_plain;h=HEAD;p=t-ch.net.git change matomo links --- diff --git a/templates/base.html b/templates/base.html index a652daf..44e2c64 100644 --- a/templates/base.html +++ b/templates/base.html @@ -20,15 +20,15 @@ _p.push(['enableLinkTracking']); (function() { let u="//analytics.t-ch.net/"; - _p.push(['setTrackerUrl', u+'matomo.php']); + _p.push(['setTrackerUrl', u+'t.php']); _p.push(['setSiteId', '1']); let d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; - g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); + g.async=true; g.src=u+'t.js'; s.parentNode.insertBefore(g,s); })(); - + {% raw %}

Home {{.Req.URL.Path}}

{% endraw %}