Skip to content

Commit

Permalink
Remove website analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
rspilker committed Sep 27, 2024
1 parent 430d535 commit d0411e9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions website/templates/_scaffold.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ <h2><a href="${href}"><code>${title}</code></a></h2>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="google-site-verification" content="uCgX3Or3kDRGpbJ6JCsQc3Ub4JsnR5-p0itfsKAYZ_U" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="/favicon.ico" rel="icon" type="image/x-icon" />

Expand All @@ -63,14 +62,6 @@ <h2><a href="${href}"><code>${title}</code></a></h2>
</#if>
</#list>
</head><body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-9884254-1', 'auto');
ga('send', 'pageview');
</script>
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
Expand Down

0 comments on commit d0411e9

Please sign in to comment.