Browse Source

add baidu tongji

tags/v1.21.12.1
lewis 5 years ago
parent
commit
436e43ef50
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      templates/base/head.tmpl

+ 9
- 0
templates/base/head.tmpl View File

@@ -176,6 +176,15 @@
{{end}}
{{template "custom/header" .}}

<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?7c4ef0a24be6109ab22e63c832ab21cf";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
{{template "custom/body_outer_pre" .}}


Loading…
Cancel
Save