This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 6468fe0  try to add google analytucs to docs
6468fe0 is described below

commit 6468fe0beee29a87cd9b0ca08317af4fdcede841
Author: Carlos Rovira <[email protected]>
AuthorDate: Wed May 29 20:36:02 2019 +0200

    try to add google analytucs to docs
---
 _layouts/docpage.html | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/_layouts/docpage.html b/_layouts/docpage.html
index 8b4204b..1e23e88 100644
--- a/_layouts/docpage.html
+++ b/_layouts/docpage.html
@@ -19,6 +19,13 @@ limitations under the License.
 {% endcomment %}
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
+<script>
+    window.dataLayer = window.dataLayer || [];
+    function gtag(){dataLayer.push(arguments);}
+    gtag('js', new Date());
+  
+    gtag('config', 'UA-141008188-1');
+  </script>
 <link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
 />
 <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/styles.css" />
 <link rel="shortcut icon" href="">

Reply via email to