Skip to content

Commit 08433f4

Browse files
committed
Fix matomo code
1 parent 17a6ae3 commit 08433f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/_templates/layout.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
{%- block extrahead %}
33
{{ super() }}
44
<!-- Matomo Tag Manager -->
5+
<!-- Matomo Tag Manager -->
56
<script>
67
var _mtm = window._mtm = window._mtm || [];
78
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
89
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
9-
g.async=true; g.src='https://stats.plone.org/js/container_RMz5J9EL.js'; s.parentNode.insertBefore(g,s);
10+
g.async=true; g.src='https://stats.plone.org/js/container_d3bIlNkY.js'; s.parentNode.insertBefore(g,s);
1011
</script>
1112
<!-- End Matomo Tag Manager -->
1213
{% endblock %}

0 commit comments

Comments
 (0)