We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd5882b + 96a93e8 commit 3ffc052Copy full SHA for 3ffc052
components/matomojs/default.htm
@@ -1,3 +1,4 @@
1
+{% if __SELF__.remoteUrl and __SELF__.siteId %}
2
<script>
3
var _paq = window._paq = window._paq || [];
4
{% if not __SELF__.useCookies() %}
@@ -13,4 +14,5 @@
13
14
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
15
})();
16
</script>
-<noscript><p><img src="{{ __SELF__.remoteUrl }}matomo.php?idsite={{ __SELF__.siteId }}&rec=1" style="border:0;" alt="" /></p></noscript>
17
+<noscript><p><img src="{{ __SELF__.remoteUrl }}matomo.php?idsite={{ __SELF__.siteId }}&rec=1" style="border:0;" alt="" /></p></noscript>
18
+{% endif %}
0 commit comments