Skip to content

Commit

Permalink
Added google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Feb 3, 2013
1 parent 8bc1c0a commit f7cb340
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions views/layout.jade
Expand Up @@ -4,6 +4,17 @@ html(lang="en")
link(href="http://fonts.googleapis.com/css?family=Lato:400,700,900,300italic,400italic,700italic,900italic", rel="stylesheet", type="text/css")
link(rel="stylesheet", type="text/css", href="/css/index.css")
link(rel="stylesheet", type="text/css", href="/css/zenburn.css")
script(type="text/javascript")
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-38140208-2']);
_gaq.push(['_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(src="/js/highlight.pack.js")
script(src="/js/jquery-1.7.1.min.js")
script(src="/js/main.js", defer="defer")
Expand Down

0 comments on commit f7cb340

Please sign in to comment.