diff options
| author | ruki <[email protected]> | 2017-02-04 23:53:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-02-04 23:53:22 +0800 |
| commit | cefe3ab24a2606472346d25211c13b63e8211e48 (patch) | |
| tree | 2dcb01fae526b05d4d85cbb7548941d2ecad1182 /docs/index.html | |
| parent | 150c46169b90eca734f65ca1f979cf291f5feeb0 (diff) | |
add baidu stats for docs
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index b3908004b..613dedd39 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,6 +6,16 @@ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" /> <title>xmake</title> <link rel="stylesheet" href="https://unpkg.com/docute@2/dist/docute.css"> + <!-- baidu stats --> + <script> + var _hmt = _hmt || []; + (function() { + var hm = document.createElement("script"); + hm.src = "//hm.baidu.com/hm.js?eb3c91c672a001d78a113bfb8e42017a"; + var s = document.getElementsByTagName("script")[0]; + s.parentNode.insertBefore(hm, s); + })(); + </script> </head> <body> <!-- don't remove this part start --> |
