mirror of
https://github.com/searxng/searxng.git
synced 2024-11-19 19:00:10 +01:00
[ehn] Add possibility to add icon in results (more ugly html / css, need fix)
This commit is contained in:
parent
d43bd05582
commit
91057682b5
@ -2,7 +2,7 @@
|
||||
|
||||
{% if result['favicon'] %}
|
||||
<div style="float:left; margin:2px;">
|
||||
<img width="18" height="18" src="static/img/icon_{{result['favicon']}}.png" alt="{{result['favicon']}}.png" title="{{result['favicon']}}.png" />
|
||||
<img width="18" height="18" src="static/img/icon_{{result['favicon']}}.ico" alt="{{result['favicon']}}.ico" title="{{result['favicon']}}.ico" />
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user