Skip to content

Commit

Permalink
fix: add analysis tool
Browse files Browse the repository at this point in the history
  • Loading branch information
barretlee committed Jun 26, 2023
1 parent 1a0d682 commit 9bf770c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions blog/themes/hexo-theme-moustache/layout/layout.ejs
Expand Up @@ -6,6 +6,15 @@
</body>
<script src="/public/js/jquery.js"></script>
<script src="/public/js/main-20230626.js"></script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?3524fff9629f2c80f8ea5daa13e67003";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script>
window.onerror = function(e) {
window.console && window.console.log && window.console.log(e);
Expand Down

0 comments on commit 9bf770c

Please sign in to comment.