From 2962dbb562dc428a5e1b1323cfaac13f5993af31 Mon Sep 17 00:00:00 2001 From: Lexie Malina Date: Thu, 23 Nov 2023 17:21:17 -0600 Subject: [PATCH] change matomo links --- templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 %} -- 2.42.0