Skip to content

Commit

Permalink
Removed Matamo, and added GTM to landing pages
Browse files Browse the repository at this point in the history
  • Loading branch information
martin.ingesen committed Apr 29, 2024
1 parent 13f6c22 commit 411075f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 28 deletions.
11 changes: 0 additions & 11 deletions content/privacy-policy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3158,17 +3158,6 @@
<span data-custom-class="body_text">.</span>
</span>
</div>
<hr class="short-hr">
<div class="mb-2">
<h3>We use matomo for tracking.</h3>
<p>
We collect aggregated, anonymized or pseudonymized information based on traffic, and do not save cookies in your browser.
Our logs and raw data are retained for at most 180 days.
</p>
<br>
</div>
<div id="matomo-opt-out"></div>
<script src="https://dobbel.click/index.php?module=CoreAdminHome&action=optOutJS&divId=matomo-opt-out&language=auto&showIntro=1"></script>
<br>
<br>
<style>
Expand Down
6 changes: 6 additions & 0 deletions layouts/landing/baseof.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<!DOCTYPE html>
<html lang="en" prefix="og:https://ogp.me/ns#">
<head>
{{ block "tagmgrhead" . }}
{{ partial "tagmgrhead" . }}
{{ end }}
{{ block "head" . }}
{{ partial "head" . }}
{{ end }}
Expand All @@ -11,6 +14,9 @@
</title>
</head>
<body>
{{ block "tagmgrbody" . }}
{{ partial "tagmgrbody" . }}
{{ end }}
{{ block "main" . }}
<h1>main</h1>
{{ end }}
Expand Down
18 changes: 1 addition & 17 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,4 @@
<meta name="twitter:title" content="Kovert">
<meta name="twitter:description" content="We find your weaknesses before the hackers do.
Kovert thinks like the hackers, and specialize in cybersecurity testing.">
<meta name="twitter:image" content="https://kovert.no/images/logos/kovert-widescreen.png">

<!-- 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="//dobbel.click/";
_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 -->
<meta name="twitter:image" content="https://kovert.no/images/logos/kovert-widescreen.png">

0 comments on commit 411075f

Please sign in to comment.