mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[mod] themes: remove legacy, courgette and pix-art themes
This commit is contained in:
parent
88660fde90
commit
9bc1856e2b
152 changed files with 28 additions and 4864 deletions
|
|
@ -1,17 +1,16 @@
|
|||
{% extends "oscar/base.html" %}
|
||||
{% block content %}
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="row">{{- "" -}}
|
||||
<div class="text-center col-sm-12 col-md-12">
|
||||
{% if cookies['oscar-style'] == 'pointhi' %}
|
||||
{%- if cookies['oscar-style'] == 'pointhi' -%}
|
||||
<h1 class="text-hide center-block"><img class="center-block img-responsive" src="{{ url_for('static', filename='img/searx_logo.png') }}" alt="searx logo"/>searx</h1>
|
||||
{% else %}
|
||||
<div class="text-hide center-block" id="main-logo">
|
||||
<img class="center-block img-responsive" src="{{ url_for('static', filename='img/logo_searx_a.png') }}" alt="searx logo" />
|
||||
searx
|
||||
{%- else -%}
|
||||
<div class="text-hide center-block" id="main-logo">{{- "" -}}
|
||||
<img class="center-block img-responsive" src="{{ url_for('static', filename='img/logo_searx_a.png') }}" alt="searx logo" />searx{{- "" -}}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
{%- endif -%}
|
||||
</div>{{- "" -}}
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="text-center col-sm-12 col-md-12">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue