Remove Matomo

This commit is contained in:
Gabriel
2022-05-31 09:43:54 +02:00
parent f237804d99
commit 32b9e9b415

View File

@@ -66,21 +66,6 @@ enableRobotsTXT = true
# Ideal usecase for this is to import custom js/css or add your analytics snippet # Ideal usecase for this is to import custom js/css or add your analytics snippet
customHeadHTML = ''' customHeadHTML = '''
<link rel="stylesheet" type="text/css" href="/css/ozk.css"> <link rel="stylesheet" type="text/css" href="/css/ozk.css">
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//analytics.richoux.me/";
_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 Code -->
''' '''
# License # License
@@ -97,4 +82,4 @@ enableRobotsTXT = true
socialIcons = [ socialIcons = [
{name = "mastodon", url = "https://mastodon.social/@ozk"}, {name = "mastodon", url = "https://mastodon.social/@ozk"},
{name = "mail", url = "mailto:pot.punkuezrevo@overzeuknup.top"}, {name = "mail", url = "mailto:pot.punkuezrevo@overzeuknup.top"},
] ]