mirror of https://github.com/searxng/searxng.git
Merge pull request #1066 from unixfox/fix-icons-oscar
Revert "[fix] return correct favicon path"
This commit is contained in:
commit
02d64772f7
|
@ -5,7 +5,7 @@
|
|||
|
||||
<!-- Draw favicon -->
|
||||
{% macro draw_favicon(favicon) -%}
|
||||
<img width="32" height="32" class="favicon" src="{{ url_for('static', filename='img/icons/' + favicon + '.png') }}" alt="{{ favicon }}" />
|
||||
<img width="32" height="32" class="favicon" src="{{ url_for('static', filename='themes/oscar/img/icons/' + favicon + '.png') }}" alt="{{ favicon }}" />
|
||||
{%- endmacro %}
|
||||
|
||||
{%- macro result_link(url, title, classes='', id='') -%}
|
||||
|
|
Loading…
Reference in New Issue