Skip to content

Commit d6e9a94

Browse files
committed
adding analytics
1 parent 84a3935 commit d6e9a94

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

_layouts/page.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,14 @@ <h2>Languages</h2>
162162
</div>
163163
</div>
164164
</div> <!-- end container -->
165+
<script type="text/javascript">
166+
var _gaq = _gaq || [];
167+
_gaq.push(['_setAccount', 'UA-25408695-1']);
168+
_gaq.push(['_trackPageview']);
169+
(function() {
170+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
171+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
172+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
173+
})();
174+
</script>
165175
</body>

0 commit comments

Comments
 (0)