We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf40bc8 commit 3eaeabeCopy full SHA for 3eaeabe
website/views/index.slim
@@ -43,3 +43,14 @@ ul
43
h3 Code
44
p
45
a href="http://github.com/luikore/rsec" Hosted on github.
46
+
47
+script type="text/javascript"
48
+ | var _gaq = _gaq || [];
49
+ _gaq.push(['_setAccount', 'UA-22444794-1']);
50
+ _gaq.push(['_trackPageview']);
51
+ (function() {
52
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
53
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
54
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
55
+ })();
56
0 commit comments