Browse Source

Merge pull request 'add baidu tongji' (#89) from add-statistic into develop

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/89
Reviewed-by: avadesian <xuchx@pcl.ac.cn>
pull/96/head
avadesian 4 years ago
parent
commit
0bfb65f9a1
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}} {{end}}
{{template "custom/header" .}} {{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> </head>
<body> <body>
{{template "custom/body_outer_pre" .}} {{template "custom/body_outer_pre" .}}


Loading…
Cancel
Save