refactor: added meta.site_id for matomo

This commit is contained in:
2025-11-05 17:37:44 +13:00
parent ab927b11a2
commit 2eab66e9ee

View File

@ -50,6 +50,7 @@
var u = "//matomo.envipath.com/";
_paq.push(['setTrackerUrl', u + 'matomo.php']);
_paq.push(['setSiteId', '10']);
_paq.push(['setSiteId', '{{ meta.site_id }}']);
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
g.async = true;
g.src = u + 'matomo.js';