Skip to content

Commit f276927

Browse files
committed
Enabled Analytics.
1 parent d3826d5 commit f276927

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

ThreeRandomWords.html

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,13 @@ <h2>Your New Password</h2>
9292

9393
</script>
9494

95-
<!-- ************************************ Google Analytics ******************************
96-
97-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-762RZQ4E4B"></script>
98-
<script>
99-
window.dataLayer = window.dataLayer || [];
100-
function gtag(){dataLayer.push(arguments);}
101-
gtag('js', new Date());
102-
103-
gtag('config', 'G-762RZQ4E4B');
104-
</script>
105-
-->
95+
<!-- ************************************ Google Analytics ****************************** -->
96+
97+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-762RZQ4E4B"></script>
98+
<script>
99+
window.dataLayer = window.dataLayer || [];
100+
function gtag(){dataLayer.push(arguments);}
101+
gtag('js', new Date());
102+
103+
gtag('config', 'G-762RZQ4E4B');
104+
</script>

_includes/head-custom.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626

2727
<script>
2828
// Fix template to make zooming work correctly in Chrome on mobile.
29+
// https://stackoverflow.com/questions/70639586/automatically-zoom-out-when-displaying-page-in-mobile-browser/
2930
$('meta[name="viewport"').attr("content", "width=device-width, initial-scale=0.5, maximum-scale=5.0, minimum-scale=0.5");
3031
</script>

0 commit comments

Comments
 (0)