parent
4c8cd0f6c2
commit
aba823d5f4
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
||||
{% extends "sost/base.html" %} |
||||
{% block content %} |
||||
|
||||
<h1>What's this?</h1> |
||||
<p> |
||||
I found the default searx theme (oscar) to be somewhat bloated and clunky, |
||||
especially on browsers like lynx and links (latter is my main). I also really |
||||
liked <a href="https://isle.honeypot.im/">Little Isle's</a> (and |
||||
<a href="https://wiby.me/">Wiby's</a>) layout and found out that it's just a |
||||
template over a searx instance from its admin (Baobab). So, this is made in an |
||||
effort to create something even nicer. |
||||
</p> |
||||
|
||||
{% endblock %} |
Loading…
Reference in new issue