Skip to content

Commit

Permalink
Remove Google Analytics script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Aug 4, 2014
1 parent 1eaf318 commit 225c322
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/_layouts/application.html
Expand Up @@ -3,8 +3,6 @@
<head>
<meta charset="utf-8">

<link rel="dns-prefetch" href="//www.google-analytics.com">

{% capture page_title %}{% if page.title %}{{ page.title }} — {{ site.title }}{% else %}{{ site.title }} — {{ site.description }}{% endif %}{% endcapture %}
{% capture page_description %}{% if page.excerpt %}{{ page.excerpt | strip_html }}{% else %}{{ site.description }}{% endif %}{% endcapture %}

Expand Down Expand Up @@ -65,16 +63,6 @@ <h1><a href="/" rel="home" title="Home">{{ site.title }}</a></h1>
r=d.createElement(t);s=d.querySelector(t);
r.src='{% asset_path application.js %}';s.parentNode.insertBefore(r,s);
}

var _gaq = [
['_setAccount', 'UA-5230764-4'],
['_setDomainName', 'sixtwothree.org'],
['_setCustomVar', 1, 'DevicePixelRatio', (window.devicePixelRatio >= 1.5) ? 'HiDPI' : '1X', 2],
['_trackPageview']
];

g=d.createElement(t);s=d.getElementsByTagName(t)[0];
g.src='//www.google-analytics.com/ga.js';s.parentNode.insertBefore(g,s);
})(document,'script');
</script>

Expand Down

0 comments on commit 225c322

Please sign in to comment.