From 305da52a9aa570f9d22f8cd120c3cbb973a1f5d6 Mon Sep 17 00:00:00 2001 From: daleslack Date: Fri, 14 Oct 2022 17:26:22 +0100 Subject: [PATCH] Update index.html --- index.html | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/index.html b/index.html index 17eae8a1..fae79e80 100644 --- a/index.html +++ b/index.html @@ -52,30 +52,28 @@ - - + var _paq = window._paq = window._paq || []; + /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ + _paq.push(["setDocumentTitle", document.domain + "/" + document.title]); + _paq.push(["disableCookies"]); + _paq.push(['trackPageView']); + _paq.push(['enableLinkTracking']); + (function() { + var u="https://analytics.dslack.uk/"; + _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); + })(); + + + - +