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
10
searx/templates/result_templates/featured_results.html
Normal file
10
searx/templates/result_templates/featured_results.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue