This commit is contained in:
Alexandre Flament 2024-06-16 17:03:12 +02:00 committed by GitHub
commit 0301820242
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 98 additions and 1261 deletions

View file

@ -17,9 +17,9 @@
{% else %}
<link rel="stylesheet" href="{{ url_for('static', filename='css/searxng.min.css') }}" type="text/css" media="screen" />
{% endif %}
{% if get_setting('server.limiter') or get_setting('server.public_instance') %}
<link rel="stylesheet" href="{{ url_for('client_token', token=link_token) }}" type="text/css" />
{% endif %}
{%- if botdetection_html_header is defined -%}
{{- botdetection_html_header() | safe -}}
{%- endif %}
{% block styles %}{% endblock %}
<!--[if gte IE 9]>-->
<script src="{{ url_for('static', filename='js/searxng.head.min.js') }}" client_settings="{{ client_settings }}"></script>