Update analytics to Rybbit.

This commit is contained in:
g_it 2026-02-16 15:51:33 +01:00
commit 955aaf9921
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627

View file

@ -24,16 +24,7 @@
<!-- Analytics tracking script -->
{% block analytics %}
<script>
window.op = window.op || function () { var n = []; return new Proxy(function () { arguments.length && n.push([].slice.call(arguments)) }, { get: function (t, r) { return "q" === r ? n : function () { n.push([r].concat([].slice.call(arguments))) } }, has: function (t, r) { return "q" === r } }) }();
window.op('init', {
clientId: "4148df94-31a3-47ee-b998-6de681efcbd5",
trackScreenViews: true,
trackOutgoingLinks: true,
trackAttributes: true,
});
</script>
<script src="https://analytics.gugulet.hu/op1.js" defer async></script>
<script src="https://analytics.gugulet.hu/api/script.js" data-site-id="1" defer></script>
{% endblock %}
{% block content %}