[theme] remove categories, language and time range from index

This commit is contained in:
MrPaulBlack 2021-09-21 00:10:12 +02:00
parent c3473480f4
commit 880fe67172
2 changed files with 10 additions and 1 deletions

View file

@ -7,6 +7,6 @@
<nav id="linkto_preferences"><a href="{{ url_for('preferences') }}">{{ icon('navicon-round') }}</a></nav>
<div class="index">
<div class="title"><h1>searx</h1></div>
{% include 'simple/search.html' %}
{% include 'simple/simple_search.html' %}
</div>
{% endblock %}