Merge pull request #37 from niallkp/master

UNOMI-871 Remove Google Analytics from the unomi Website
diff --git a/src/main/webapp/_layouts/default.html b/src/main/webapp/_layouts/default.html
index 9804c17..e9794cb 100644
--- a/src/main/webapp/_layouts/default.html
+++ b/src/main/webapp/_layouts/default.html
@@ -9,18 +9,6 @@
 
     <title>{{ site.title }} | {{ page.title }}</title>
 
-    <!-- Google Analytics -->
-    <!-- Google tag (gtag.js) -->
-    <script async src="https://www.googletagmanager.com/gtag/js?id=G-4LJ70BXZR2"></script>
-    <script>
-        window.dataLayer = window.dataLayer || [];
-        function gtag(){dataLayer.push(arguments);}
-        gtag('js', new Date());
-
-        gtag('config', 'G-4LJ70BXZR2');
-    </script>
-    <!-- End Google Analytics -->
-
     <!-- Bootstrap core CSS -->
     <link href="/assets/css/bootstrap.min.css" rel="stylesheet">
     <!-- Fontawesome CSS CDN -->