Skip to content

Commit 9c0d549

Browse files
committed
Add hotjar code
1 parent 17bc7db commit 9c0d549

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

site/_core/Site.js

+8
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ var Search = require('./Search');
1212
var SiteData = require('./SiteData');
1313
var ReactGA = require('react-ga');
1414
ReactGA.initialize('UA-99001722-7');
15+
(function(h,o,t,j,a,r){
16+
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
17+
h._hjSettings={hjid:1273792,hjsv:6};
18+
a=o.getElementsByTagName('head')[0];
19+
r=o.createElement('script');r.async=1;
20+
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
21+
a.appendChild(r);
22+
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
1523

1624
export default ({ page, category, title, section, className, noSearch, children }) =>
1725
<html>

0 commit comments

Comments
 (0)