fix: matomo module siteId
This commit is contained in:
parent
1c18f3a4c2
commit
2409b286da
@ -13,5 +13,5 @@ head: |
|
|||||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src='{{scriptUrl}}'; s.parentNode.insertBefore(g,s);
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='{{scriptUrl}}'; s.parentNode.insertBefore(g,s);
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
<noscript><p><img src="{{serverHost}}/matomo.php?idsite=2&rec=1" style="border:0;" alt="" /></p></noscript>
|
<noscript><p><img src="{{serverHost}}/matomo.php?idsite={{siteId}}&rec=1" style="border:0;" alt="" /></p></noscript>
|
||||||
<!-- End Matomo Code -->
|
<!-- End Matomo Code -->
|
||||||
|
Loading…
Reference in New Issue
Block a user