We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f82aa7e + d6e9a94 commit 186e672Copy full SHA for 186e672
_layouts/page.html
@@ -162,4 +162,14 @@ <h2>Languages</h2>
162
</div>
163
164
</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>
175
</body>
0 commit comments