File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 7878{{ end -}}
7979
8080{{ end -}}
81+
82+ <!-- Matomo -->
83+ < script >
84+ /* Analytics for https://polaris.apache.org/ */
85+ var _paq = window . _paq = window . _paq || [ ] ;
86+ /* tracker methods like "setCustomDimension" should be called before
87+ "trackPageView" */
88+ _paq . push ( [ "setDoNotTrack" , true ] ) ;
89+ _paq . push ( [ "disableCookies" ] ) ;
90+ _paq . push ( [ 'trackPageView' ] ) ;
91+ _paq . push ( [ 'enableLinkTracking' ] ) ;
92+ ( function ( ) {
93+ var u = "https://analytics.apache.org/" ;
94+ _paq . push ( [ 'setTrackerUrl' , u + 'matomo.php' ] ) ;
95+ _paq . push ( [ 'setSiteId' , '81' ] ) ;
96+ var d = document , g = d . createElement ( 'script' ) ,
97+ s = d . getElementsByTagName ( 'script' ) [ 0 ] ;
98+ g . async = true ; g . src = u + 'matomo.js' ; s . parentNode . insertBefore ( g , s ) ;
99+ } ) ( ) ;
100+ </ script >
101+ <!-- End Matomo Code -->
You can’t perform that action at this time.
0 commit comments