Skip to content

Commit ea48735

Browse files
committed
add baidu push
1 parent 56c2732 commit ea48735

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_layouts/default.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@
3535
})();
3636
</script>
3737

38+
<script>
39+
(function(){
40+
var bp = document.createElement('script');
41+
bp.src = '//push.zhanzhang.baidu.com/push.js';
42+
var s = document.getElementsByTagName("script")[0];
43+
s.parentNode.insertBefore(bp, s);
44+
})();
45+
</script>
46+
3847
</head>
3948

4049
<body>

0 commit comments

Comments
 (0)