mirror of
https://github.com/searxng/searxng.git
synced 2026-07-28 10:51:23 +00:00
@@ -1,6 +1,6 @@
|
||||
<!-- Draw glyphicon icon from bootstrap-theme -->
|
||||
{% macro icon(action) -%}
|
||||
<span class="glyphicon glyphicon-{{ action }}"></span>
|
||||
{% macro icon(action, alt) -%}
|
||||
<span title="{{ alt }}" class="glyphicon glyphicon-{{ action }}"></span>
|
||||
{%- endmacro %}
|
||||
|
||||
<!-- Draw favicon -->
|
||||
|
||||
Reference in New Issue
Block a user