Skip to content

Commit

Permalink
Merge pull request #536 from zachlasiuk/main
Browse files Browse the repository at this point in the history
Hotjar survey addition
  • Loading branch information
pareenaverma authored Oct 19, 2023
2 parents 06376c2 + a491239 commit dd2cf6a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
{{partial "head/social.html" .}}
{{partial "head/analytics.html" .}}
{{partial "head/conditional-redirect.html" .}}
{{partial "head/hotjar-surveys.html" .}}
</head>
<body>
{{partial "header/nav-masthead.html" .}}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!-- Hotjar Tracking Code for Developer Hub -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:3678658,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>

0 comments on commit dd2cf6a

Please sign in to comment.