Skip to content

Commit

Permalink
chore(docs): move umami to baidu
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed Dec 16, 2023
1 parent 982729a commit 2b0d4ad
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/layouts/partials/docs/inject/head.html
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
<script async src="https://us.umami.is/script.js" data-website-id="09110599-c3d4-4d87-b8e5-433ea6ef9de1"></script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?937728d191a48974ef10543f8020d8f5";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>

0 comments on commit 2b0d4ad

Please sign in to comment.