5c6660f8 by Jeff Balicki

ddd

1 parent df793077
...@@ -36,6 +36,17 @@ $navbar_type = get_theme_mod( 'understrap_navbar_type', 'collapse-numbers' ...@@ -36,6 +36,17 @@ $navbar_type = get_theme_mod( 'understrap_navbar_type', 'collapse-numbers'
36 })(window,document,'script','dataLayer','GTM-NPF5PDM');</script> 36 })(window,document,'script','dataLayer','GTM-NPF5PDM');</script>
37 <!-- End Google Tag Manager --> 37 <!-- End Google Tag Manager -->
38 <?php wp_head(); ?> 38 <?php wp_head(); ?>
39 <!-- Hotjar Tracking Code for https://yournumbers.ca/ -->
40 <script>
41 (function(h,o,t,j,a,r){
42 h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
43 h._hjSettings={hjid:2854947,hjsv:6};
44 a=o.getElementsByTagName('head')[0];
45 r=o.createElement('script');r.async=1;
46 r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
47 a.appendChild(r);
48 })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
49 </script>
39 <!-- Meta Pixel Code --> 50 <!-- Meta Pixel Code -->
40 <script> 51 <script>
41 !function(f,b,e,v,n,t,s) 52 !function(f,b,e,v,n,t,s)
......
...@@ -698,4 +698,4 @@ height: 87vh; ...@@ -698,4 +698,4 @@ height: 87vh;
698 698
699 .small-caps{ 699 .small-caps{
700 font-size: 0.8rem; 700 font-size: 0.8rem;
701 }
...\ No newline at end of file ...\ No newline at end of file
701 }
......