add google analytics
Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/commit/3689338f Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/tree/3689338f Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/diff/3689338f Branch: refs/heads/master Commit: 3689338f3567f3b863399d327ec2b31291845ff1 Parents: 9e91ffe Author: Steve Blackmon @steveblackmon <[email protected]> Authored: Wed Apr 27 19:23:14 2016 -0500 Committer: Steve Blackmon @steveblackmon <[email protected]> Committed: Wed Apr 27 19:23:14 2016 -0500 ---------------------------------------------------------------------- src/site/site.xml | 12 ++++++++++++ src/site/site_en.xml | 12 ++++++++++++ 2 files changed, 24 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/3689338f/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index eb5f0c9..9c8a3b5 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -90,6 +90,18 @@ <item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html" /> <item name="Thanks" href="http://www.apache.org/foundation/thanks.html" /> </menu> + <head> + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-77087101-1', 'auto'); + ga('send', 'pageview'); + + </script> + </head> </body> <custom> <fluidoSkin> http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/3689338f/src/site/site_en.xml ---------------------------------------------------------------------- diff --git a/src/site/site_en.xml b/src/site/site_en.xml index b534a59..23d6191 100644 --- a/src/site/site_en.xml +++ b/src/site/site_en.xml @@ -90,6 +90,18 @@ <item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html" /> <item name="Thanks" href="http://www.apache.org/foundation/thanks.html" /> </menu> + <head> + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-77087101-1', 'auto'); + ga('send', 'pageview'); + + </script> + </head> </body> <custom> <fluidoSkin>
