Files
hexo_blog/themes/matery/layout/_partial/baidu-analytics.ejs
T
2022-04-25 13:40:12 +08:00

12 lines
379 B
Plaintext

<!-- 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>
<% } %>