summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--euler/stats.html4
-rw-r--r--index.html4
-rw-r--r--minigolf.html4
3 files changed, 6 insertions, 6 deletions
diff --git a/euler/stats.html b/euler/stats.html
index 621268b..f8b820c 100644
--- a/euler/stats.html
+++ b/euler/stats.html
@@ -9,8 +9,8 @@
<link href="euler.css" rel="stylesheet" type="text/css"/>
</head>
<!-- Google tag (gtag.js) -->
- <script async src="https://www.googletagmanager.com/gtag/js?id=G-C5K7744E4T"></script>
- <script>
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-C5K7744E4T" nonce="analytics"></script>
+ <script nonce="analytics">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
diff --git a/index.html b/index.html
index 5ced84f..4740d42 100644
--- a/index.html
+++ b/index.html
@@ -8,8 +8,8 @@
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<!-- Google tag (gtag.js) -->
- <script async src="https://www.googletagmanager.com/gtag/js?id=G-C5K7744E4T"></script>
- <script>
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-C5K7744E4T" nonce="analytics"></script>
+ <script nonce="analytics">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
diff --git a/minigolf.html b/minigolf.html
index 5246a46..5587ef7 100644
--- a/minigolf.html
+++ b/minigolf.html
@@ -7,8 +7,8 @@
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<!-- Google tag (gtag.js) -->
- <script async src="https://www.googletagmanager.com/gtag/js?id=G-C5K7744E4T"></script>
- <script>
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-C5K7744E4T" nonce="analytics"></script>
+ <script nonce="analytics">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());