We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188050c commit 8ec482aCopy full SHA for 8ec482a
cv.html
@@ -338,6 +338,17 @@
338
339
</style>
340
</head>
341
+
342
+ <!-- Google tag (gtag.js) -->
343
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-NNHPM3N7SY"></script>
344
+<script>
345
+ window.dataLayer = window.dataLayer || [];
346
+ function gtag(){dataLayer.push(arguments);}
347
+ gtag('js', new Date());
348
349
+ gtag('config', 'G-NNHPM3N7SY');
350
+</script>
351
352
<body>
353
354
<header>
0 commit comments