mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 18:42:33 +02:00
[mod] rename "default" theme to "legacy"
This commit is contained in:
parent
aaf5d506e5
commit
bee7b497a3
68 changed files with 24 additions and 24 deletions
18
searx/templates/legacy/index.html
Normal file
18
searx/templates/legacy/index.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
{% extends "legacy/base.html" %}
|
||||
{% block content %}
|
||||
<div class="center">
|
||||
<div class="title"><h1>searx</h1></div>
|
||||
{% include 'legacy/search.html' %}
|
||||
<p class="top_margin">
|
||||
{% if rtl %}
|
||||
<a href="{{ url_for('preferences') }}" class="hmarg">{{ _('preferences') }}</a>
|
||||
{% endif %}
|
||||
<a href="{{ url_for('about') }}" class="hmarg">{{ _('about') }}</a>
|
||||
{% if not rtl %}
|
||||
<a href="{{ url_for('preferences') }}" class="hmarg">{{ _('preferences') }}</a>
|
||||
{% endif %}
|
||||
</p>
|
||||
</div>
|
||||
{% include 'legacy/github_ribbon.html' %}
|
||||
{% endblock %}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue