1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:10:06 +08:00

Add Search box to the website (#1789)

This commit is contained in:
Wang Shidong 2018-06-04 21:33:12 +08:00 committed by GitHub
parent a4c44a6a3f
commit 103019cd59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,8 @@
</div>
{% if page.lang == "cn" %}
<div id="title">
<p>{{ site.description | default: site.github.project_tagline }}</p>
<p>{{ site.description | default: site.github.project_tagline }}
</p>
<hr>
<p align="center">
<b><a href="{{ site.url }}/cn/">主页</a></b> |
@ -86,7 +87,8 @@
</div>
{% else %}
<div id="title">
<p>{{ site.description | default: site.github.project_tagline }}</p>
<p>{{ site.description | default: site.github.project_tagline }}
</p>
<hr>
<p align="center">
<b><a href="{{ site.url }}">Home</a></b> |
@ -144,11 +146,13 @@ document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.
<p align="center">
<span class="credits right">网站源码位于 Github, <a href="https://github.com/SpaceVim/SpaceVim/edit/master/docs/{{ page.path }}">帮助改进本页面</a> &mdash; 网站主题: <a href="https://twitter.com/michigangraham">mattgraham</a>,
</span>
<input id="textbox" type="text" placeholder="Search on Google..." onkeydown="if (event.keyCode == 13 || event.which == 13) { location='http://www.google.com/search?q=' + encodeURIComponent(document.getElementById('textbox').value) + '+site%3Aspacevim.org';}" />
</p>
{% else %}
<p align="center">
<span class="credits right">Hosted on GitHub, <a href="https://github.com/SpaceVim/SpaceVim/edit/master/docs/{{ page.path }}">Help improve this page</a> &mdash; Theme by <a href="https://twitter.com/michigangraham">mattgraham</a>,
<span class="credits right">Hosted on GitHub, <a href="https://github.com/SpaceVim/SpaceVim/edit/master/docs/{{ page.path }}">Help improve this page</a> &mdash; Theme by <a href="https://twitter.com/michigangraham">mattgraham</a>,
</span>
<input id="textbox" type="text" placeholder="Search on Google..." onkeydown="if (event.keyCode == 13 || event.which == 13) { location='http://www.google.com/search?q=' + encodeURIComponent(document.getElementById('textbox').value) + '+site%3Aspacevim.org';}" />
</p>
{% endif %}
</root>