We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378bd88 commit 0676f10Copy full SHA for 0676f10
1 file changed
.publish/templates/site/index.html
@@ -1,6 +1,15 @@
1
<!DOCTYPE html>
2
<html lang="en" data-theme="github-light">
3
<head>
4
+ <!-- Google tag (gtag.js) -->
5
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-5J9YJ7L4SS"></script>
6
+ <script>
7
+ window.dataLayer = window.dataLayer || [];
8
+ function gtag(){dataLayer.push(arguments);}
9
+ gtag('js', new Date());
10
+
11
+ gtag('config', 'G-5J9YJ7L4SS');
12
+ </script>
13
<meta charset="UTF-8">
14
<meta name="viewport" content="width=device-width, initial-scale=1.0">
15
<title>CloudProjects (beta)</title>
0 commit comments