mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 00:30:05 +08:00
fix script
This commit is contained in:
parent
0f3e96839a
commit
bb1a05ea61
@ -737,7 +737,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
|
[operator-surround]: https://github.com/rhysd/vim-operator-surround
|
||||||
[textobj-user]: https://github.com/kana/vim-textobj-user
|
[textobj-user]: https://github.com/kana/vim-textobj-user
|
||||||
[textobj-multiblock]: https://github.com/osyo-manga/vim-textobj-multiblock
|
[textobj-multiblock]: https://github.com/osyo-manga/vim-textobj-multiblock
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta name="baidu-site-verification" content="rZl9hrrjp3" />
|
|
||||||
</head>
|
|
||||||
|
@ -63,6 +63,7 @@
|
|||||||
pageTracker._trackPageview();
|
pageTracker._trackPageview();
|
||||||
} catch(err) {}
|
} catch(err) {}
|
||||||
</script>
|
</script>
|
||||||
|
{% endif %}
|
||||||
<script>
|
<script>
|
||||||
(function(){
|
(function(){
|
||||||
var bp = document.createElement('script');
|
var bp = document.createElement('script');
|
||||||
@ -82,11 +83,10 @@
|
|||||||
(function() {
|
(function() {
|
||||||
var hm = document.createElement("script");
|
var hm = document.createElement("script");
|
||||||
hm.src = "https://hm.baidu.com/hm.js?c6bde3c13e6fd8fde7357f71b4dd53a7";
|
hm.src = "https://hm.baidu.com/hm.js?c6bde3c13e6fd8fde7357f71b4dd53a7";
|
||||||
var s = document.getElementsByTagName("script")[0];
|
var s = document.getElementsByTagName("script")[0];
|
||||||
s.parentNode.insertBefore(hm, s);
|
s.parentNode.insertBefore(hm, s);
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
{% endif %}
|
|
||||||
</body>
|
</body>
|
||||||
<root>
|
<root>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
Loading…
Reference in New Issue
Block a user