]> _ Git - physioassist-wordpress.git/commitdiff
Done #2295 @0.25
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 10 Oct 2018 14:57:51 +0000 (14:57 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 10 Oct 2018 14:57:51 +0000 (14:57 +0000)
wp-content/themes/physioassist/resources/views/partials/head.blade.php

index b6adcc562eecd999d5f5570d3882b9897533b31f..1ea3693c4ad697ee19c15a6ca6b97b915e0827b0 100644 (file)
@@ -2,5 +2,13 @@
   <meta charset="utf-8">
   <meta http-equiv="x-ua-compatible" content="ie=edge">
   <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+
+  <script>
+    window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
+    ga('create', 'UA-74498434-1', 'auto');
+    ga('send', 'pageview');
+  </script>
+  <script async src='https://www.google-analytics.com/analytics.js'></script>
+
   @php(wp_head())
 </head>