Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ab204ea

Browse filesBrowse files
committed
2 parents 3e8eaa6 + ad003c8 commit ab204ea
Copy full SHA for ab204ea

File tree

Expand file treeCollapse file tree

2 files changed

+15
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+15
-0
lines changed
+14Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Copy file name to clipboardExpand all lines: application/templates/layout.jinja2
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
<body class="{{template}}">
1818
{% block content %}{% endblock %}
19+
{% include 'analytics.jinja2' %}
1920
</body>
2021

2122
</html>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.