hexo-theme-amane/layout/plugin/baidu-analytics.ejs

10 lines
277 B
Plaintext
Raw Normal View History

2016-02-02 16:19:44 +00:00
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?<%= theme.plugins.baidu_analytics %>";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>