1
0
forked from ti-nuage/site

Suppression du code Matomo (fix #12).

This commit is contained in:
David Soulayrol
2022-11-03 21:16:29 +01:00
parent 3cb7f235a6
commit f9b2d86c84

View File

@@ -12,22 +12,6 @@
<!-- Generated with https://formito.com/tools/favicon -->
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" />
{% block head %}{% endblock %}
{% if production %}
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://matomo.ti-nuage.fr/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
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);
})();
</script>
<!-- End Matomo -->
{% endif %}
</head>
<body>
<nav class="Container three-cols">