14 lines
432 B
Plaintext
14 lines
432 B
Plaintext
<% if (theme.web_analytics.enable) { %>
|
|
<% if(theme.web_analytics.baidu) { %>
|
|
<!-- Baidu Analytics -->
|
|
<script defer>
|
|
var _hmt = _hmt || [];
|
|
(function () {
|
|
var hm = document.createElement("script");
|
|
hm.src = "https://hm.baidu.com/hm.js?<%= theme.web_analytics.baidu %>";
|
|
var s = document.getElementsByTagName("script")[0];
|
|
s.parentNode.insertBefore(hm, s);
|
|
})();
|
|
</script>
|
|
<% } %>
|
|
<% } %> |