mirror of
https://github.com/searx/searx
synced 2024-11-16 23:16:55 +01:00
[enh] links to preferences
This commit is contained in:
parent
1df697305c
commit
2e55e5f0be
@ -6,6 +6,7 @@
|
||||
{% include 'search.html' %}
|
||||
<p class="top_margin">
|
||||
<a href="/about" class="hmarg">about</a>
|
||||
<a href="/preferences" class="hmarg">preferences</a>
|
||||
</p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
@ -1,6 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}{{ q }} - {% endblock %}
|
||||
{% block content %}
|
||||
<div class="right"><a href="/preferences">preferences</a></div>
|
||||
<div class="small">
|
||||
{% include 'search.html' %}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user