mirror of
https://github.com/BeamMP/Docs.git
synced 2026-07-14 19:04:34 +00:00
Add analytics script to main.html
Add Anonymous Rybbit Analytics script to main.html
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block extrahead %}
|
||||
{{ super() }}
|
||||
<script src="https://analytics.beammp.com/api/script.js" async data-site-id="632c87f003fc"></script>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user