We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a04e0f commit 9ee1025Copy full SHA for 9ee1025
views/layouts/layout.ejs
@@ -15,6 +15,14 @@
15
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
16
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
17
<link rel="manifest" href="/site.webmanifest">
18
+ <!-- Global site tag (gtag.js) - Google Analytics -->
19
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-RYPSMF1X05"></script>
20
+ <script>
21
+ window.dataLayer = window.dataLayer || [];
22
+ function gtag(){dataLayer.push(arguments);}
23
+ gtag('js', new Date());
24
+ gtag('config', 'G-RYPSMF1X05');
25
+ </script>
26
</head>
27
28
<body>
0 commit comments