diff options
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/partials/header.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index ee15b88..88b28b7 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -20,3 +20,13 @@ <link href='//fonts.googleapis.com/css?family=Roboto+Mono' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="/css/style.css" 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-80350436-1', 'auto'); + ga('send', 'pageview'); + +</script> |
