Skip to content

Commit f89a082

Browse files
Added tracking on the docs website. (#1801)
1 parent 1e4eb6d commit f89a082

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{% extends "base.html" %}
2+
3+
{% block extrahead %}
4+
<!-- Start of Reo Javascript -->
5+
<script type="text/javascript">
6+
!function(){var e,t,n;e="e4fe6006f75148d",t=function(){Reo.init({clientID:"e4fe6006f75148d"})},(n=document.createElement("script")).src="https://static.reo.dev/"+e+"/reo.js",n.defer=!0,n.onload=t,document.head.appendChild(n)}();
7+
</script>
8+
<!-- End of Reo Javascript -->
9+
{% endblock %}

0 commit comments

Comments
 (0)