We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e75331a + 43ee3bc commit b4aed83Copy full SHA for b4aed83
1 file changed
layouts/partials/head.html
@@ -28,4 +28,20 @@
28
<meta name="apple-mobile-web-app-title" content="{{ site.Title }}" />
29
<link rel="manifest" href="/site.webmanifest" />
30
31
+<!-- Matomo -->
32
+<script>
33
+ var _paq = window._paq = window._paq || [];
34
+ /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
35
+ _paq.push(['trackPageView']);
36
+ _paq.push(['enableLinkTracking']);
37
+ (function() {
38
+ var u="https://matomo.epicenter.works/";
39
+ _paq.push(['setTrackerUrl', u+'matomo.php']);
40
+ _paq.push(['setSiteId', '13']);
41
+ var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
42
+ g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
43
+ })();
44
+</script>
45
+<!-- End Matomo Code -->
46
+
47
{{ partialCached "css.html" . }}
0 commit comments