mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Revert: [enh] add new bootstrap-themes to oscar-template
This commit is contained in:
parent
7366a0e141
commit
1f00ce8527
17 changed files with 2 additions and 3548 deletions
|
|
@ -10,11 +10,7 @@
|
|||
{% block meta %}{% endblock %}
|
||||
<title>{% block title %}{% endblock %}searx</title>
|
||||
|
||||
{% if bootstrap_theme == 'default' %}
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap.min.css') }}" type="text/css" />
|
||||
{% else %}
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap.' + bootstrap_theme + '.min.css') }}" type="text/css" />
|
||||
{% endif %}
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap.min.css') }}" type="text/css" />
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/oscar.min.css') }}" type="text/css" />
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/leaflet.min.css') }}" type="text/css" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue