Repository: incubator-pirk Updated Branches: refs/heads/gh-pages 22fa4e21f -> 838e508df
configuring google analytics Project: http://git-wip-us.apache.org/repos/asf/incubator-pirk/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-pirk/commit/838e508d Tree: http://git-wip-us.apache.org/repos/asf/incubator-pirk/tree/838e508d Diff: http://git-wip-us.apache.org/repos/asf/incubator-pirk/diff/838e508d Branch: refs/heads/gh-pages Commit: 838e508df1dd1eb5ee251ffa7a927d5dfcc54342 Parents: 22fa4e2 Author: eawilliams <[email protected]> Authored: Wed Jul 20 19:37:58 2016 -0400 Committer: eawilliams <[email protected]> Committed: Wed Jul 20 19:37:58 2016 -0400 ---------------------------------------------------------------------- _layouts/skeleton.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/838e508d/_layouts/skeleton.html ---------------------------------------------------------------------- diff --git a/_layouts/skeleton.html b/_layouts/skeleton.html index 125d247..8ffc483 100755 --- a/_layouts/skeleton.html +++ b/_layouts/skeleton.html @@ -65,12 +65,11 @@ (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','//www.google-analytics.com/analytics.js','ga'); + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); - if (ga.hasOwnProperty('loaded') && ga.loaded === true) { - ga('create', 'UA-50934829-1', 'apache.org'); - ga('send', 'pageview'); - } + ga('create', 'UA-81114308-1', 'auto'); + ga('send', 'pageview'); + </script> </head> <body style="padding-top: 100px">
