File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -59,15 +59,13 @@ exports.onRenderBody = ({setHeadComponents}, pluginOptions) => {
59
59
` ;
60
60
61
61
const baidu_script = `
62
- <script>
63
- var _hmt = _hmt || [];
64
- (function() {
65
- var hm = document.createElement("script");
66
- hm.src = "https://hm.baidu.com/hm.js?c88f5803e0859af7a24814bbb4b85791";
67
- var s = document.getElementsByTagName("script")[0];
68
- s.parentNode.insertBefore(hm, s);
69
- })();
70
- </script>
62
+ var _hmt = _hmt || [];
63
+ (function() {
64
+ var hm = document.createElement("script");
65
+ hm.src = "https://hm.baidu.com/hm.js?c88f5803e0859af7a24814bbb4b85791";
66
+ var s = document.getElementsByTagName("script")[0];
67
+ s.parentNode.insertBefore(hm, s);
68
+ })();
71
69
`
72
70
73
71
const style = icon ? (
You can’t perform that action at this time.
0 commit comments