summaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorruki <[email protected]>2017-02-06 23:12:45 +0800
committerruki <[email protected]>2017-02-06 23:12:45 +0800
commit59c7e717b3e627fbfcee313f0c1d050e9bbceb5b (patch)
treea2baa452ec4a2e84ab268750a7bb6033e7b6f385 /docs/index.html
parente7f30e61ccf05efef87c491426868801de56a84e (diff)
modify docs stript
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/index.html b/docs/index.html
index 613dedd39..6bd2f3a38 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -6,16 +6,6 @@
<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 -->
@@ -27,5 +17,15 @@
<script src="https://unpkg.com/[email protected]/components/prism-c.min.js"></script>
<script src="https://unpkg.com/[email protected]/components/prism-lua.min.js"></script>
<script src="https://unpkg.com/[email protected]/components/prism-bash.min.js"></script>
+ <!-- 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>
</body>
</html>