Remove Matomo
This commit is contained in:
17
config.toml
17
config.toml
@@ -66,21 +66,6 @@ enableRobotsTXT = true
|
||||
# Ideal usecase for this is to import custom js/css or add your analytics snippet
|
||||
customHeadHTML = '''
|
||||
<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
|
||||
@@ -97,4 +82,4 @@ enableRobotsTXT = true
|
||||
socialIcons = [
|
||||
{name = "mastodon", url = "https://mastodon.social/@ozk"},
|
||||
{name = "mail", url = "mailto:pot.punkuezrevo@overzeuknup.top"},
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user