Skip to content

Commit

Permalink
Remove hotjar code from head.html (#2260)
Browse files Browse the repository at this point in the history
  • Loading branch information
abuna1985 authored Sep 16, 2021
1 parent 7e51ed8 commit 62efccd
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,4 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">

<script>
// Hotjar Tracking Code for www.hackforla.org
(function(h,o,t,j,a,r) {
h.hj=h.hj||function(){
(h.hj.q=h.hj.q||[])
.push(arguments)
};
h._hjSettings={hjid:1765604,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</head>

0 comments on commit 62efccd

Please sign in to comment.