We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee54722 commit 5fe042fCopy full SHA for 5fe042f
doc/source/themes/nature_with_gtoc/layout.html
@@ -94,4 +94,15 @@ <h3 style="margin-top: 1.5em;">{{ _('Search') }}</h3>
94
});
95
96
</script>
97
+<script type="text/javascript">
98
+ var _gaq = _gaq || [];
99
+ _gaq.push(['_setAccount', 'UA-27880019-2']);
100
+ _gaq.push(['_trackPageview']);
101
+
102
+ (function() {
103
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
104
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
105
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
106
+ })();
107
+</script>
108
{% endblock %}
0 commit comments