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 3
3
<meta property =" og:title" content =" {{ title }} " />
4
4
<meta property =" og:image" content =" https://gbdev.io/gb-asm-tutorial/assets/banner/1200x628.png" />
5
5
<meta property =" og:site_name" content =" {{ book_title }} " />
6
+
7
+ <!-- Matomo tracking -->
8
+ <script >
9
+ var _paq = window ._paq = window ._paq || [];
10
+ /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
11
+ _paq .push ([' trackPageView' ]);
12
+ _paq .push ([' enableLinkTracking' ]);
13
+ (function () {
14
+ var u= " //stats.gbdev.io/" ;
15
+ _paq .push ([' setTrackerUrl' , u+ ' matomo.php' ]);
16
+ _paq .push ([' setSiteId' , ' 1' ]);
17
+ var d= document , g= d .createElement (' script' ), s= d .getElementsByTagName (' script' )[0 ];
18
+ g .async = true ; g .src = u+ ' matomo.js' ; s .parentNode .insertBefore (g,s);
19
+ })();
20
+ </script >
21
+ <!-- End Matomo Code -->
You can’t perform that action at this time.
0 commit comments