mirror of
https://github.com/BeamMP/Docs.git
synced 2026-07-14 19:04:34 +00:00
74e6442676
Add Anonymous Rybbit Analytics script to main.html
7 lines
183 B
HTML
7 lines
183 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block extrahead %}
|
|
{{ super() }}
|
|
<script src="https://analytics.beammp.com/api/script.js" async data-site-id="632c87f003fc"></script>
|
|
{% endblock %}
|