Skip to content

Commit

Permalink
Add deer tracking code
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Mar 26, 2018
1 parent 99cc5b9 commit 1abe151
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions site/theme/static/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,19 @@
a.appendChild(r);
})(window,document,'//static.hotjar.com/c/hotjar-','.js?sv=');
</script>
<!-- Deer Tracking Code for ant.design -->
<script>
!function(t,e,a,r,c){t.TracertCmdCache=t.TracertCmdCache||[],t[c]=window[c]||
{_isInit:!0,call:function(){t.TracertCmdCache.push(arguments)},
start:function(t){this.call('start',t)}},t[c].l=new Date;
var n=e.createElement(a),s=e.getElementsByTagName(a)[0];
n.async=!0,n.src=r,s.parentNode.insertBefore(n,s)}
(window,document,'script','https://tracert.alipay.com/tracert.js','Tracert');
Tracert.start({
spmAPos: 'a513',
spmBPos: 'b5776',
});
</script>
</head>
<body>
<div id="react-content">
Expand Down

0 comments on commit 1abe151

Please sign in to comment.