new
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<!-- Baidu Analytics -->
|
||||
<% if (theme.baiduAnalytics.enable) { %>
|
||||
<script>
|
||||
var _hmt = _hmt || [];
|
||||
(function () {
|
||||
var hm = document.createElement("script");
|
||||
hm.src = "https://hm.baidu.com/hm.js?<%- theme.baiduAnalytics.id %>";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
</script>
|
||||
<% } %>
|
||||
Reference in New Issue
Block a user