Skip to content

Commit eb726a8

Browse files
committed
Add simple analytics script
1 parent 757dfc5 commit eb726a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ferry_planner/templates/base.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@
104104
}
105105
});
106106
</script>
107+
<!-- 100% privacy-first analytics -->
108+
<script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
109+
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade"/></noscript>
107110
{% endblock %}
108111
</body>
109112

0 commit comments

Comments
 (0)