The Matomo instance used is dead, I’ll recreate another one one day
This commit is contained in:
parent
843546c516
commit
4d3178a6aa
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user