diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.liquid | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/index.liquid b/templates/index.liquid index 016184e..86f1617 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -45,6 +45,16 @@ OKFocus, Bonafide Internet Legends © 2016 <link rel="apple-touch-icon-precomposed" href="/icon.jpg" /> <link href='https://fonts.googleapis.com/css?family=Roboto:400,300italic,300,400italic,700|Roboto+Mono:700' rel='stylesheet' type='text/css'> <link href='/assets/ok.css' rel='stylesheet' type='text/css'> + <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-25748597-40', 'auto'); + ga('send', 'pageview'); + +</script> </head> <body class="loading"> |
