Skip to content

Commit

Permalink
Changed Google site tracking code
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrosenberg committed Apr 5, 2024
1 parent aa3e710 commit 36d2d5c
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions index.hbs
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-23967655-67"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-23967655-67');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5QMT3JGN');</script>
<!-- End Google Tag Manager -->

<meta charset="utf-8">
<title>Foundations of Machine Learning</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
Expand All @@ -20,6 +19,10 @@
<link rel="canonical" href="https://bloomberg.github.io/foml/">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5QMT3JGN"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<nav>
<a href="#home">Home</a>
<a href="#about">About</a>
Expand Down

0 comments on commit 36d2d5c

Please sign in to comment.