mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[ehn] Add possibility to add icon in results (more ugly html / css, need fix)
This commit is contained in:
parent
cf8f444e85
commit
fdb6fac214
5 changed files with 29 additions and 14 deletions
|
|
@ -15,16 +15,7 @@
|
|||
Number of results: {{ number_of_results }}
|
||||
</div>
|
||||
{% if featured_results %}
|
||||
<div id="fr">
|
||||
|
||||
{% for result in featured_results %}
|
||||
{% if result['template'] %}
|
||||
{% include 'result_templates/'+result['template'] %}
|
||||
{% else %}
|
||||
{% include 'result_templates/default.html' %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% include 'result_templates/featured_results.html' %}
|
||||
{% endif %}
|
||||
|
||||
{% for result in results %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue