Remove Matomo code
continuous-integration/drone/push Build is passing Details

The Matomo instance used is dead, I’ll recreate another one one day
This commit is contained in:
Lucien Cartier-Tilet 2022-11-29 17:24:08 +01:00
parent 843546c516
commit 4d3178a6aa
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 0 additions and 21 deletions

View File

@ -14,27 +14,6 @@
{{ template "_internal/twitter_cards.html" . }}
{{ template "_internal/opengraph.html" . }}
<!-- Matomo -->
<script type="text/javascript">
// require user consent before processing data
_paq.push(['requireConsent']);
_paq.push(['trackPageview']);
_paq.push(['setConsentGiven']);
_paq.push(['rememberConsentGiven'])
var _paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//matomo.phundrak.com/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '3']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
<style>
.commento-root .commento-anonymous-checkbox-container input[type="checkbox"] + label,
.commento-root .commento-mod-tools button,