Skip to content

Commit 7c09451

Browse files
committed
修复统计代码,用于统计流量,请勿移除谢谢!
1 parent 093a918 commit 7c09451

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed
Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
<#include "/header-local.html">
1+
<#include "/header-local.html">
2+
3+
<script>
4+
/*统计代码,便于统计流量,请勿移除,谢谢!*/
5+
var _hmt = _hmt || [];
6+
(function() {
7+
var hm = document.createElement("script");
8+
hm.src = "https://hm.baidu.com/hm.js?ca9fe27e7fac2f16d060a632664000b5";
9+
var s = document.getElementsByTagName("script")[0];
10+
s.parentNode.insertBefore(hm, s);
11+
})();
12+
</script>

0 commit comments

Comments
 (0)