Skip to content

Commit 69ad8ae

Browse files
committed
Add analytics code.
1 parent a1c1a1a commit 69ad8ae

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

_layouts/default.html

+13
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
55
<link rel="stylesheet" type="text/css" href="/css/default.css" media="screen" />
66
<link rel="alternate" type="application/atom+xml" title="Atom" href="/feeds/atom.xml" />
77
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feeds/rss.xml" />
8+
<script type="text/javascript">
9+
10+
var _gaq = _gaq || [];
11+
_gaq.push(['_setAccount', 'UA-818298-7']);
12+
_gaq.push(['_trackPageview']);
13+
14+
(function() {
15+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
16+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
17+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
18+
})();
19+
20+
</script>
821
</head>
922
<body>
1023
<h1 class="header">

0 commit comments

Comments
 (0)