mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] results favico handling
This commit is contained in:
parent
bfdd6ebb92
commit
4f4cb1caca
5 changed files with 7 additions and 11 deletions
|
|
@ -9,7 +9,7 @@
|
|||
{% if suggestions %}
|
||||
<div id="suggestions"><span>Suggestions: </span>{% for suggestion in suggestions %}<form method="post" action="/"><input type="hidden" name="q" value="{{suggestion}}"><input type="submit" value="{{ suggestion }}" /></form>{% endfor %}</div>
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
||||
<div id ="result_count">
|
||||
Number of results: {{ number_of_results }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue