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 246
246
< script > hljs . highlightAll ( ) ; </ script >
247
247
248
248
< script src ="https://cdn.usefathom.com/script.js " data-site ="PJKRZUTE " defer > </ script >
249
+ <!-- Matomo -->
250
+ < script >
251
+ var _paq = window . _paq = window . _paq || [ ] ;
252
+ /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
253
+ _paq . push ( [ 'trackPageView' ] ) ;
254
+ _paq . push ( [ 'enableLinkTracking' ] ) ;
255
+ ( function ( ) {
256
+ var u = "https://analytics.thephp.foundation/" ;
257
+ _paq . push ( [ 'setTrackerUrl' , u + 'matomo.php' ] ) ;
258
+ _paq . push ( [ 'setSiteId' , '1' ] ) ;
259
+ var d = document , g = d . createElement ( 'script' ) , s = d . getElementsByTagName ( 'script' ) [ 0 ] ;
260
+ g . async = true ; g . src = u + 'matomo.js' ; s . parentNode . insertBefore ( g , s ) ;
261
+ } ) ( ) ;
262
+ </ script >
263
+ < noscript > < p > < img referrerpolicy ="no-referrer-when-downgrade " src ="https://analytics.thephp.foundation/matomo.php?idsite=1&rec=1 " style ="border:0; " alt ="" /> </ p > </ noscript >
264
+ <!-- End Matomo Code -->
249
265
250
266
</ body >
251
267
</ html >
You can’t perform that action at this time.
0 commit comments