Skip to content

Commit 1355751

Browse files
committed
add baidu analytic
1 parent 24545fc commit 1355751

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,15 @@
7878
}
7979
</style>
8080
<link rel="stylesheet" href="https://unpkg.com/gitalk@latest/dist/gitalk.css">
81+
<script>
82+
var _hmt = _hmt || [];
83+
(function() {
84+
var hm = document.createElement("script");
85+
hm.src = "https://hm.baidu.com/hm.js?8a8dd2e0b4b595edaa77bd0093279a08";
86+
var s = document.getElementsByTagName("script")[0];
87+
s.parentNode.insertBefore(hm, s);
88+
})();
89+
</script>
8190
</head>
8291
<body>
8392
<div class="container">

0 commit comments

Comments
 (0)