We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f13351 commit aa4ee39Copy full SHA for aa4ee39
1 file changed
github-pages/index.html
@@ -32,6 +32,16 @@
32
<meta name="application-name" content="dotnet-skills">
33
<meta name="color-scheme" content="light">
34
35
+ <!-- Google tag (gtag.js) -->
36
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-7SDZKDYXG1"></script>
37
+ <script>
38
+ window.dataLayer = window.dataLayer || [];
39
+ function gtag(){dataLayer.push(arguments);}
40
+ gtag('js', new Date());
41
+
42
+ gtag('config', 'G-7SDZKDYXG1');
43
+ </script>
44
45
<script type="application/ld+json">
46
PAGE_JSON_LD_PLACEHOLDER
47
</script>
0 commit comments