Skip to content

Commit

Permalink
feat: Baidu Analytics 百度统计
Browse files Browse the repository at this point in the history
  • Loading branch information
MOxFIVE committed Oct 1, 2015
1 parent 29c6bc7 commit 7636a7a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions themes/Yilia/layout/_partial/head.ejs
Expand Up @@ -30,4 +30,13 @@
<% } %> <% } %>
<%- css('css/style') %> <%- css('css/style') %>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<script>/*百度统计*/
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?a4938c90e05043bd9774ff12368e45aa";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head> </head>

0 comments on commit 7636a7a

Please sign in to comment.