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.
2 parents 3e8eaa6 + ad003c8 commit ab204eaCopy full SHA for ab204ea
application/templates/analytics.jinja2
@@ -0,0 +1,14 @@
1
+<script type="text/javascript">
2
+ var _gauges = _gauges || [];
3
+ (function() {
4
+ var t = document.createElement('script');
5
+ t.type = 'text/javascript';
6
+ t.async = true;
7
+ t.id = 'gauges-tracker';
8
+ t.setAttribute('data-site-id', '5eb6b8acd96b5b6f56ad80e9');
9
+ t.setAttribute('data-track-path', 'https://track.gaug.es/track.gif');
10
+ t.src = 'https://d2fuc4clr7gvcn.cloudfront.net/track.js';
11
+ var s = document.getElementsByTagName('script')[0];
12
+ s.parentNode.insertBefore(t, s);
13
+ })();
14
+</script>
application/templates/layout.jinja2
@@ -16,6 +16,7 @@
16
17
<body class="{{template}}">
18
{% block content %}{% endblock %}
19
+ {% include 'analytics.jinja2' %}
20
</body>
21
22
</html>
0 commit comments