diff options
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 91be5f3..0634b9a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -16,7 +16,7 @@ <link href="/favicon.ico" rel="shortcut icon" type="image/x-icon" /> <link rel="openid.server" href="http://franckcuny.myopenid.com/" /> <link rel="openid2.provider" href="http://franckcuny.myopenid.com/" /> - + {% include analytics.html %} </head> <body> @@ -53,20 +53,5 @@ </div> </div> - -<script type="text/javascript"> - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-117415-21']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); - -</script> - </body> </html> |
