baidu_tongji.html 429 B

12345678910111213
  1. {{ $baidu_tongji := site.Params.marketing.analytics.baidu_tongji | default "" }}
  2. {{ if hugo.IsProduction | and $baidu_tongji }}
  3. <script>
  4. var _hmt = _hmt || [];
  5. (function() {
  6. var hm = document.createElement("script");
  7. hm.src = "https://hm.baidu.com/hm.js?{{ $baidu_tongji }}";
  8. var s = document.getElementsByTagName("script")[0];
  9. s.parentNode.insertBefore(hm, s);
  10. })();
  11. </script>
  12. {{ end }}