Fix newlines in search.

This commit is contained in:
Flancian 2021-01-17 20:00:51 +01:00
parent e4e0751185
commit fcfb6f5147
1 changed files with 8 additions and 9 deletions

View File

@ -19,15 +19,14 @@
<div class="search">
<div class="search-internet">
<span class="search-internet-header">Around the internet</span> <br />
<a href="https://www.google.com/search?q={{query}}">Google</a>
<a href="https://www.duckduckgo.com/{{query}}">DuckDuckGo</a>
<a href="https://en.wikipedia.org/wiki/Special:Search/{{query}}">Wikipedia</a>
<a href="https://twitter.com/search/?f=live&q={{query}}">Twitter</a>
<a href="https://github.com/search?q={{query}}">Github</a>
<a href="https://forum.effectivealtruism.org/search?terms={{query}}">Effective Altruism</a>
<a href="https://www.lesswrong.com/search?terms={{query}}">Less Wrong</a>
<a href="http://encyclopedia.uia.org/en/problems?combine={{query}}">Encyclopedia of World Problems</a>
<a href="https://www.google.com/search?q={{query}}">Google</a> <br />
<a href="https://www.duckduckgo.com/{{query}}">DuckDuckGo</a> <br />
<a href="https://en.wikipedia.org/wiki/Special:Search/{{query}}">Wikipedia</a> <br />
<a href="https://twitter.com/search/?f=live&q={{query}}">Twitter</a> <br />
<a href="https://github.com/search?q={{query}}">Github</a> <br />
<a href="https://forum.effectivealtruism.org/search?terms={{query}}">Effective Altruism</a> <br />
<a href="https://www.lesswrong.com/search?terms={{query}}">Less Wrong</a> <br />
<a href="http://encyclopedia.uia.org/en/problems?combine={{query}}">Encyclopedia of World Problems</a> <br />
</div>
<div class="search-agora">