diff --git a/src/index.html b/src/index.html index 1533f33a83..b391c097b9 100644 --- a/src/index.html +++ b/src/index.html @@ -2,6 +2,36 @@ + @@ -9,11 +39,11 @@
diff --git a/src/js/analytics.js b/src/js/analytics.js new file mode 100644 index 0000000000..fcad7e6762 --- /dev/null +++ b/src/js/analytics.js @@ -0,0 +1,8 @@ +(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-81915606-3', 'auto');