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

16 lines
520 B
Plaintext

<!-- Baidu Push -->
<% if (theme.baiduPush) { %>
<script>
(function () {
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
} else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
<% } %>