remove Google Analytics

This commit is contained in:
Sami Samhuri 2018-09-10 20:19:20 -07:00
parent b04202d4ad
commit 0eb0bea3ed

View file

@ -26,7 +26,6 @@
<% } -%>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<% if (typeof title != 'undefined') { -%>
@ -75,7 +74,6 @@
<% var bodyClasses = current.path -%>
<body class="<%= bodyClasses.join(' ') %>">
<header class="primary">
<div class="title">
<h1><a href="/"><%= site %></a></h1>
@ -150,22 +148,5 @@
<% for (var i in allScripts) { -%>
<script defer src="<%= allScripts[i] %>"></script>
<% } -%>
<script>
var _gaq = _gaq || []
_gaq.push( ['_setAccount', 'UA-214054-5']
, ['_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>