We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 0a8a6f6 commit ddf3b9aCopy full SHA for ddf3b9a
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