Update to current version
All checks were successful
Building & Deploying Website / Deploy-Website (push) Successful in 12s
All checks were successful
Building & Deploying Website / Deploy-Website (push) Successful in 12s
This commit is contained in:
11
themes/hugo-coder/layouts/_partials/analytics/baidu.html
Normal file
11
themes/hugo-coder/layouts/_partials/analytics/baidu.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!-- Baidu Analytics -->
|
||||
<script>
|
||||
var _hmt = _hmt || [];
|
||||
(function() {
|
||||
var hm = document.createElement("script");
|
||||
hm.src = "https://hm.baidu.com/hm.js?{{ $.Site.Params.baidu.token }}";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
</script>
|
||||
<!-- End Baidu Web Analytics -->
|
||||
Reference in New Issue
Block a user