Sync search and add Github.

This commit is contained in:
Flancian 2021-01-17 19:55:19 +01:00
parent a7fc53b534
commit e4e0751185
2 changed files with 11 additions and 5 deletions

View File

@ -56,9 +56,10 @@
<a href="https://www.duckduckgo.com/{{query}}">DDG</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}}">EA</a>
<a href="https://www.lesswrong.com/search?terms={{query}}">LW</a>
<a href="http://encyclopedia.uia.org/en/problems?combine={{query}}">UIA</a>
<a href="http://encyclopedia.uia.org/en/problems?combine={{query}}">World Problems</a>
<hr>
<div class="content">
{% block content %}

View File

@ -19,10 +19,15 @@
<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> <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://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>
</div>
<div class="search-agora">