922b7bd1bd
* Support Baidu Tongji analytics module * fix: baidutongji logo + props
12 lines
326 B
YAML
12 lines
326 B
YAML
head: |
|
|
<!-- Baidu Tongji -->
|
|
<script>
|
|
var _hmt = _hmt || [];
|
|
(function() {
|
|
var hm = document.createElement("script");
|
|
hm.src = "https://hm.baidu.com/hm.js?{{propertyTrackingId}}";
|
|
var s = document.getElementsByTagName("script")[0];
|
|
s.parentNode.insertBefore(hm, s);
|
|
})();
|
|
</script>
|