File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,4 @@ after = ["cairo"]
1818git-repository-url = " https://github.com/cairo-book/cairo-book.github.io/"
1919edit-url-template = " https://github.com/cairo-book/cairo-book.github.io/edit/main/{path}"
2020playground.runnable = true
21+ google-analytics = " G-0ZJLBV4KE2"
Original file line number Diff line number Diff line change 103103 html .classList .add (" sidebar-" + sidebar);
104104 </script >
105105
106+ <!-- Google tag (gtag.js) -->
107+ <script async src =" https://www.googletagmanager.com/gtag/js?id=G-0ZJLBV4KE2" ></script >
108+ <script >
109+ window .dataLayer = window .dataLayer || [];
110+ function gtag (){dataLayer .push (arguments );}
111+ gtag (' js' , new Date ());
112+
113+ gtag (' config' , ' G-0ZJLBV4KE2' );
114+ </script >
115+
106116 <nav id =" sidebar" class =" sidebar" aria-label =" Table of contents" >
107117 <div class =" sidebar-scrollbox" >
108118 {{ #toc }} {{ /toc }}
You can’t perform that action at this time.
0 commit comments