@@ -12,20 +12,11 @@ var Search = require('./Search');
12
12
var SiteData = require ( './SiteData' ) ;
13
13
var ReactGA = require ( 'react-ga' ) ;
14
14
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=' ) ;
23
15
24
16
export default ( { page, category, title, section, className, noSearch, children } ) =>
25
17
< html >
26
18
< head >
27
19
28
-
29
20
< meta charSet = "utf-8" />
30
21
< meta httpEquiv = "X-UA-Compatible" content = "IE=edge,chrome=1" />
31
22
< meta name = "google-site-verification" content = "wt4jHZa0ru-stSJJrlY5sSJzj9MB0ZA6BzkprNilZdM" />
@@ -128,6 +119,14 @@ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
128
119
129
120
ga('create', 'UA-99001722-7', 'auto');
130
121
ga('send', 'pageview');
122
+ (function(h,o,t,j,a,r){
123
+ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
124
+ h._hjSettings={hjid:1273792,hjsv:6};
125
+ a=o.getElementsByTagName('head')[0];
126
+ r=o.createElement('script');r.async=1;
127
+ r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
128
+ a.appendChild(r);
129
+ })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
131
130
` } } />
132
131
</ body >
133
132
</ html >
0 commit comments