File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 72
72
73
73
- path : partials/footer-scripts.hbs
74
74
contents : |
75
+ <!-- Matomo -->
76
+ <script>
77
+ var _paq = window._paq = window._paq || [];
78
+ _paq.push(["disableCookies"]);
79
+ _paq.push(['trackPageView']);
80
+ _paq.push(['enableLinkTracking']);
81
+ (function() {
82
+ var u="https://analytics.apache.org/";
83
+ _paq.push(['setTrackerUrl', u+'matomo.php']);
84
+ _paq.push(['setSiteId', '42']);
85
+ var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
86
+ g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
87
+ })();
88
+ </script>
89
+ <noscript><p><img src="https://analytics.apache.org/matomo.php?idsite=42&rec=1" style="border:0;" alt="" /></p></noscript>
90
+ <!-- End Matomo Code -->
75
91
<script id="site-script" src="{{{uiRootPath}}}/js/site.js" data-ui-root-path="{{{uiRootPath}}}"></script>
76
92
<script async src="{{{uiRootPath}}}/js/vendor/highlight.js"></script>
77
93
<!-- `@asciidoctor/tabs` extension scripts -->
You can’t perform that action at this time.
0 commit comments