12 lines
344 B
Plaintext
12 lines
344 B
Plaintext
<% if (theme.baidu_analytics) { %>
|
|
<script>
|
|
var _hmt = _hmt || [];
|
|
(function() {
|
|
var hm = document.createElement("script");
|
|
hm.src = "//hm.baidu.com/hm.js?fd459238242776d173cdc64918fb32f2";
|
|
var s = document.getElementsByTagName("script")[0];
|
|
s.parentNode.insertBefore(hm, s);
|
|
})();
|
|
</script>
|
|
<% } %>
|