baidu-analytics.swig 353 B

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