Skip to content

Commit 74e6442

Browse files
authored
Add analytics script to main.html
Add Anonymous Rybbit Analytics script to main.html
1 parent 1188d8c commit 74e6442

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

overrides/main.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{% extends "base.html" %}
2+
3+
{% block extrahead %}
4+
{{ super() }}
5+
<script src="https://analytics.beammp.com/api/script.js" async data-site-id="632c87f003fc"></script>
6+
{% endblock %}

0 commit comments

Comments
 (0)