Skip to content

Commit

Permalink
Add google analytics tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ackintosh committed Sep 15, 2019
1 parent 864ec70 commit c69a551
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
<meta name="description" content="Ganesha is PHP implementation of Circuit Breaker pattern which has multi strategies to avoid cascading failures and supports various storages to record statistics." />
<link href="https://fonts.googleapis.com/css?family=News+Cycle:400,700" rel="stylesheet" />
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
<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','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-17804201-5', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="content">
Expand Down

0 comments on commit c69a551

Please sign in to comment.