mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
remove Google Analytics
This commit is contained in:
parent
b04202d4ad
commit
0eb0bea3ed
1 changed files with 0 additions and 19 deletions
|
|
@ -26,7 +26,6 @@
|
||||||
<% } -%>
|
<% } -%>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
|
||||||
|
|
||||||
<% if (typeof title != 'undefined') { -%>
|
<% if (typeof title != 'undefined') { -%>
|
||||||
|
|
@ -75,7 +74,6 @@
|
||||||
|
|
||||||
<% var bodyClasses = current.path -%>
|
<% var bodyClasses = current.path -%>
|
||||||
<body class="<%= bodyClasses.join(' ') %>">
|
<body class="<%= bodyClasses.join(' ') %>">
|
||||||
|
|
||||||
<header class="primary">
|
<header class="primary">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<h1><a href="/"><%= site %></a></h1>
|
<h1><a href="/"><%= site %></a></h1>
|
||||||
|
|
@ -150,22 +148,5 @@
|
||||||
<% for (var i in allScripts) { -%>
|
<% for (var i in allScripts) { -%>
|
||||||
<script defer src="<%= allScripts[i] %>"></script>
|
<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>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue