Skip to content

Commit 7869b27

Browse files
committed
baidu
1 parent ffc98c7 commit 7869b27

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

_includes/footer.html

-10
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,5 @@
55
Powered by <a href="https://github.com/codingapi">CodingApi</a>
66
<label class="text-center text-nowrap">&nbsp;&nbsp;鲁ICP备17011778号-3</label>
77
</p>
8-
98
</div>
10-
<script>
11-
var _hmt = _hmt || [];
12-
(function() {
13-
var hm = document.createElement("script");
14-
hm.src = "https://hm.baidu.com/hm.js?0793dd5c1905bdb5a00565a66c8b0ad4";
15-
var s = document.getElementsByTagName("script")[0];
16-
s.parentNode.insertBefore(hm, s);
17-
})();
18-
</script>
199
</footer>

_includes/head.html

+9
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,13 @@
1111

1212
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
1313
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" />
14+
<script type="text/javascript">
15+
var _hmt = _hmt || [];
16+
(function() {
17+
var hm = document.createElement("script");
18+
hm.src = "https://hm.baidu.com/hm.js?0793dd5c1905bdb5a00565a66c8b0ad4";
19+
var s = document.getElementsByTagName("script")[0];
20+
s.parentNode.insertBefore(hm, s);
21+
})();
22+
</script>
1423
</head>

0 commit comments

Comments
 (0)