]> _ Git - ccv-wordpress.git/commitdiff
Done #4112 @0.25
authorStephen Cameron <stephen@cubedesigners.com>
Mon, 7 Dec 2020 08:40:08 +0000 (09:40 +0100)
committerStephen Cameron <stephen@cubedesigners.com>
Mon, 7 Dec 2020 08:40:08 +0000 (09:40 +0100)
wp-content/themes/CCV/index.php

index 3ca57daa96afd00b9fe346ab101fb78bb976b22c..8fafe88f1e285e9e4e1db23afc6ad583ff9ec1a2 100644 (file)
@@ -8,6 +8,14 @@
     <?php wp_head(); ?>
 
     <link href="https://fonts.googleapis.com/css?family=Dosis:500|Roboto+Condensed:300,400,700&display=swap" rel="stylesheet">
+
+    <script>
+        window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
+        ga('create', 'UA-47516540-1', 'auto');
+        ga('send', 'pageview');
+    </script>
+    <script async src='https://www.google-analytics.com/analytics.js'></script>
+
 </head>
 
 <body <?php body_class('font-body font-light text-dark'); ?>>