File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 <title>{{title}}</title>
88 <meta name="description" content="{{description}}" />
99 <link rel="stylesheet" href="/styles.css">
10+ <!-- Google tag (gtag.js) -->
11+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-LR9HTF1W99"></script>
12+ <script>
13+ window.dataLayer = window.dataLayer || [];
14+ function gtag(){dataLayer.push(arguments);}
15+ gtag('js', new Date());
16+
17+ gtag('config', 'G-LR9HTF1W99');
18+ </script>
19+
1020</head>
1121<body>
1222<header class="bg-white">
Original file line number Diff line number Diff line change 1616 querySelector: 'pre code.language-mermaid',
1717 });
1818 </script>
19+ <!-- Google tag (gtag.js) -->
20+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-LR9HTF1W99"></script>
21+ <script>
22+ window.dataLayer = window.dataLayer || [];
23+ function gtag(){dataLayer.push(arguments);}
24+ gtag('js', new Date());
25+
26+ gtag('config', 'G-LR9HTF1W99');
27+ </script>
28+
1929</head>
2030<body class="container mx-auto bg-white">
2131<header class="bg-white">
You can’t perform that action at this time.
0 commit comments