Baidu tracking code initialized

This commit is contained in:
Vion 2022-01-26 12:11:44 +08:00
parent 9c5f2f812b
commit 0e87e84f9e

View File

@ -5,5 +5,14 @@
</head>
<body {{ BODY_ATTRS }}>
{{ APP }}
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?17dd7dc6178678861e478d02b7a8182e";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</body>
</html>