mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 12:51:18 +00:00
Add gtag
This commit is contained in:
parent
63f5839a52
commit
d83a9f5267
@ -1,4 +1,16 @@
|
||||
{% extends "!layout.html" %}
|
||||
{% block extrahead %}
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-84734363-2"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-84734363-2');
|
||||
</script>
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user