We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c44666 commit 719e8a6Copy full SHA for 719e8a6
plugins/gatsby-remark-header-custom-ids/gatsby-ssr.js
@@ -59,15 +59,13 @@ exports.onRenderBody = ({setHeadComponents}, pluginOptions) => {
59
`;
60
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>
+ var _hmt = _hmt || [];
+ (function() {
+ var hm = document.createElement("script");
+ hm.src = "https://hm.baidu.com/hm.js?c88f5803e0859af7a24814bbb4b85791";
+ var s = document.getElementsByTagName("script")[0];
+ s.parentNode.insertBefore(hm, s);
+ })();
71
`
72
73
const style = icon ? (
0 commit comments