mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 21:08:13 +08:00
Add better analytics to docs (#1854)
This commit is contained in:
committed by
Robert Nishihara
parent
efeaacbedc
commit
e82bea40b1
@@ -0,0 +1,14 @@
|
||||
{% extends "!layout.html" %}
|
||||
|
||||
{%- block extrahead %}
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110413294-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-110413294-1');
|
||||
</script>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user