mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
Add google analytics to downloads page
This commit is contained in:
parent
927da12ccd
commit
106db2b8d8
1 changed files with 14 additions and 0 deletions
|
|
@ -6,6 +6,20 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
<title>Go Ethereum Downloads</title>
|
<title>Go Ethereum Downloads</title>
|
||||||
|
|
||||||
|
<!-- Google Analytics -->
|
||||||
|
<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-131485733-1', 'auto');
|
||||||
|
ga('send', 'pageview');
|
||||||
|
</script>
|
||||||
|
<!-- End Google Analytics -->
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href="../static/images/favicon.png" />
|
<link rel="icon" type="image/png" href="../static/images/favicon.png" />
|
||||||
|
|
||||||
<link href="../static/styles/bootstrap.min.css" rel="stylesheet" />
|
<link href="../static/styles/bootstrap.min.css" rel="stylesheet" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue