We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 374d363 + 9303722 commit f2e53a0Copy full SHA for f2e53a0
index.html
@@ -18,6 +18,15 @@
18
<meta name="viewport" content="width=device-width, initial-scale=1.0,
19
minimum-scale=1.0">
20
<meta property="og:image" content="img/redhat-banner.jpg" />
21
+ <!-- Global site tag (gtag.js) - Google Analytics -->
22
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-8K12Y4N60P"></script>
23
+ <script>
24
+ window.dataLayer = window.dataLayer || [];
25
+ function gtag(){dataLayer.push(arguments);}
26
+ gtag('js', new Date());
27
+
28
+ gtag('config', 'G-8K12Y4N60P');
29
+ </script>
30
</head>
31
32
<body>
0 commit comments