mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 18:42:33 +02:00
[simple] link preferences on /about and /stats
We want to link the preferences from every page (except of course the preferences page).
This commit is contained in:
parent
c82b9c68d2
commit
e7c0f4e877
4 changed files with 5 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
|||
<link rel="preload" href="{{ url_for('static', filename='img/searxng.png') }}" as="image" />
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<nav id="linkto_preferences"><a href="{{ url_for('preferences') }}">{{ icon_big('menu-outline') }}</a></nav>
|
||||
<div class="index">
|
||||
<div class="title"><h1>SearXNG</h1></div>
|
||||
{% include 'simple/simple_search.html' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue