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 fe5e9b9 commit 505d051Copy full SHA for 505d051
1 file changed
layouts/default.html
@@ -189,6 +189,18 @@ <h4>Documentation</h4>
189
</div><!-- /.site -->
190
</div><!-- /.lower_footer -->
191
</div><!-- /#footer -->
192
-
+ <script type="text/javascript">
193
+ var _gauges = _gauges || [];
194
+ (function() {
195
+ var t = document.createElement('script');
196
+ t.type = 'text/javascript';
197
+ t.async = true;
198
+ t.id = 'gauges-tracker';
199
+ t.setAttribute('data-site-id', '4f2038e0cb25bc1b55000003');
200
+ t.src = '//secure.gaug.es/track.js';
201
+ var s = document.getElementsByTagName('script')[0];
202
+ s.parentNode.insertBefore(t, s);
203
+ })();
204
+ </script>
205
</body>
206
</html>
0 commit comments