diff options
| author | “Ryder <“r@okfoc.us”> | 2016-04-14 16:25:31 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-04-14 16:25:31 -0400 |
| commit | 4b7ff9f2cef62717a4399360df7a34f00ccd5d18 (patch) | |
| tree | be4f1d6caafbce2c2279ab647a4c054fd17d904f /templates | |
| parent | 1634d75ed8b731cb7c0f38e888e3968e7a634c73 (diff) | |
analytics
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"> |
