baidu-analytics.ejs 277 B

123456789
  1. <script>
  2. var _hmt = _hmt || [];
  3. (function() {
  4. var hm = document.createElement("script");
  5. hm.src = "//hm.baidu.com/hm.js?<%= theme.plugins.baidu_analytics %>";
  6. var s = document.getElementsByTagName("script")[0];
  7. s.parentNode.insertBefore(hm, s);
  8. })();
  9. </script>