mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Lots of courgette modification
This commit is contained in:
parent
14447a0761
commit
2fc1de54da
15 changed files with 192 additions and 176 deletions
|
|
@ -1,12 +1,12 @@
|
|||
{% extends "default/base.html" %}
|
||||
{% extends "courgette/base.html" %}
|
||||
{% block content %}
|
||||
{% include 'default/github_ribbon.html' %}
|
||||
{% include 'courgette/github_ribbon.html' %}
|
||||
<div class="center">
|
||||
<div class="title"><h1>searx</h1></div>
|
||||
{% include 'default/search.html' %}
|
||||
{% include 'courgette/search.html' %}
|
||||
<p class="top_margin">
|
||||
<a href="{{ url_for('about') }}" class="hmarg">{{ _('about') }}</a>
|
||||
<a href="{{ url_for('preferences') }}" class="hmarg">{{ _('preferences') }}</a>
|
||||
</p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue