ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=7b5551c5485afa4191e9e6af6dc1fa1b3f4272cd

commit 7b5551c5485afa4191e9e6af6dc1fa1b3f4272cd
Author: Andy Williams <a...@andywilliams.me>
Date:   Fri Dec 8 11:00:15 2017 +0000

    docs: Attach the google analytics code to our docs pages too
---
 doc/head.html | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/doc/head.html b/doc/head.html
index 7b94f0f794..cd743b2fd1 100644
--- a/doc/head.html
+++ b/doc/head.html
@@ -3,6 +3,17 @@
 <html>
 <head>
   <title>$title</title>
+
+  <!-- Global site tag (gtag.js) - Google Analytics -->
+  <script async 
src="https://www.googletagmanager.com/gtag/js?id=UA-110876574-1";></script>
+  <script>
+    window.dataLayer = window.dataLayer || [];
+    function gtag(){dataLayer.push(arguments);}
+    gtag('js', new Date());
+
+    gtag('config', 'UA-110876574-1');
+  </script>
+
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   <link rel="icon" href="favicon.png" type="image/x-icon">
   <link rel="shortcut icon" href="favicon.png" type="image/x-icon">

-- 


Reply via email to