diff options
| author | Martin Fischer <martin@push-f.com> | 2022-02-01 06:27:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-01 06:27:13 +0100 |
| commit | 8ae05f6ea57650b7377f430148e1fa6a6dc5a75c (patch) | |
| tree | f9b9745de89e64e7f239fb47c84962c3a9782b59 /searx/templates/simple/index.html | |
| parent | c82b9c68d282a2f674632ce0e0720da85c64a1c4 (diff) | |
| parent | e9315903127a254d59a50a5a9e8f7025bc01330a (diff) | |
Merge pull request #847 from not-my-profile/simple-preferences-link
[simple] preferences link
Diffstat (limited to 'searx/templates/simple/index.html')
| -rw-r--r-- | searx/templates/simple/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/templates/simple/index.html b/searx/templates/simple/index.html index 1e4ea0c48..5a83e10a0 100644 --- a/searx/templates/simple/index.html +++ b/searx/templates/simple/index.html @@ -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' %} |