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 a7ad35a commit 882c349Copy full SHA for 882c349
themes/vue/layout/layout.ejs
@@ -27,6 +27,17 @@
27
<!-- this needs to be loaded before guide's inline scripts -->
28
<script src="/js/vue.js"></script>
29
<script>window.PAGE_TYPE = "<%- page.type %>"</script>
30
+
31
+ <script>
32
+ var _hmt = _hmt || [];
33
+ (function() {
34
+ var hm = document.createElement("script");
35
+ hm.src = "https://hm.baidu.com/hm.js?ebacf70d9d85cfb235c83d600113ee3e";
36
+ var s = document.getElementsByTagName("script")[0];
37
+ s.parentNode.insertBefore(hm, s);
38
+ })();
39
+ </script>
40
41
</head>
42
<body class="<%- isIndex ? '' : 'docs' -%>">
43
<div id="mobile-bar" <%- isIndex ? 'class="top"' : '' %>>
0 commit comments