mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 01:00:05 +08:00
Fix mix content
This commit is contained in:
parent
b18bcb79e6
commit
84c6110d8a
@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta name="baidu-site-verification" content="AN14j6xQVd" />
|
||||
{% seo %}
|
||||
<script type="text/javascript" src="http://tajs.qq.com/stats?sId=60680063" charset="UTF-8"></script>
|
||||
<script type="text/javascript" src="https://tajs.qq.com/stats?sId=60680063" charset="UTF-8"></script>
|
||||
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
|
||||
<script>
|
||||
(function(w, d, s, l, i) {
|
||||
@ -42,7 +42,7 @@
|
||||
if (curProtocol === 'https') {
|
||||
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
|
||||
} else {
|
||||
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
|
||||
bp.src = 'https://push.zhanzhang.baidu.com/push.js';
|
||||
}
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(bp, s);
|
||||
|
Loading…
Reference in New Issue
Block a user