We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c84bd commit 9c283c8Copy full SHA for 9c283c8
apidoc/_templates/layout.html
@@ -0,0 +1,21 @@
1
+{# Import the theme's layout. #}
2
+{% extends "!layout.html" %}
3
+
4
+{%- block footer %}
5
+ <script type="text/javascript">
6
7
+ var _gaq = _gaq || [];
8
+ _gaq.push(['_setAccount', 'UA-39373211-1']);
9
+ _gaq.push(['_setDomainName', 'none']);
10
+ _gaq.push(['_setAllowLinker', true]);
11
+ _gaq.push(['_trackPageview']);
12
13
+ (function() {
14
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
15
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
16
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
17
+ })();
18
19
+ </script>
20
+{%- endblock %}
21
0 commit comments