We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38bd66f commit 494a711Copy full SHA for 494a711
1 file changed
src/layouts/Layout.astro
@@ -42,7 +42,16 @@ const makeTitle = title
42
}
43
]
44
}}
45
- />
+ />
46
+ <script>
47
+ var _hmt = _hmt || [];
48
+ (function() {
49
+ var hm = document.createElement("script");
50
+ hm.src = "https://hm.baidu.com/hm.js?7cd7ede27d94e5534124e44fcdd7fecd";
51
+ var s = document.getElementsByTagName("script")[0];
52
+ s.parentNode.insertBefore(hm, s);
53
+ })();
54
+ </script>
55
</head>
56
57
<script>
0 commit comments