1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:10:04 +08:00

Remove script in readme

This commit is contained in:
wsdjeg 2017-02-08 21:52:51 +08:00
parent a1e420df2b
commit 61551ccde7
3 changed files with 15 additions and 13 deletions

View File

@ -718,15 +718,3 @@ If you get any issues, please open an issue with the ISSUE_TEMPLATE. It is usefu
[operator-surround]: https://github.com/rhysd/vim-operator-surround
[textobj-user]: https://github.com/kana/vim-textobj-user
[textobj-multiblock]: https://github.com/osyo-manga/vim-textobj-multiblock
<head>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?c6bde3c13e6fd8fde7357f71b4dd53a7";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>

View File

@ -1,6 +1,6 @@
theme: jekyll-theme-midnight
title: SpaceVim
description: spacevim - like spacemacs, but for vim
description: A community-driven Vim distribution
show_downloads: false
google_analytics: UA-89745542-1
project_repo_url: https://github.com/SpaceVim/SpaceVim

View File

@ -63,6 +63,20 @@
pageTracker._trackPageview();
} catch(err) {}
</script>
<script>
(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
<script>
var _hmt = _hmt || [];
(function() {