diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2013-09-15 10:45:41 -0700 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2013-09-15 10:45:41 -0700 |
| commit | f23d4c09210e8bf34e1f51d1e196e784ff9979d0 (patch) | |
| tree | 4dbfbd5c9407d3b74dd4710c0b6cf81bb6672673 /_includes/analytics.html | |
| parent | two new drafts articles (diff) | |
| download | lumberjaph-f23d4c09210e8bf34e1f51d1e196e784ff9979d0.tar.gz | |
Another big layout/design change.
Diffstat (limited to '')
| -rw-r--r-- | _includes/analytics.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/_includes/analytics.html b/_includes/analytics.html deleted file mode 100644 index 42b172a..0000000 --- a/_includes/analytics.html +++ /dev/null @@ -1,13 +0,0 @@ -<script type="text/javascript"> - - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-18479905-1']); - _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> |
