mirror of https://github.com/luizdepra/hugo-coder.git

Dave Nicolson
29.02.2025 cb13ec4671611990420f29321c4430e928a67518
1
2
3
4
5
6
7
8
9
10
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 -->