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/results.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/results.html')
| -rw-r--r-- | searx/templates/simple/results.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/templates/simple/results.html b/searx/templates/simple/results.html index b9764addd..4149f83c3 100644 --- a/searx/templates/simple/results.html +++ b/searx/templates/simple/results.html @@ -10,7 +10,6 @@ {% block title %}{% if query_in_title %}{{- q|e }} - {% endif %}{% endblock %} {% block meta %}<link rel="alternate" type="application/rss+xml" title="Searx search: {{ q|e }}" href="{{ url_for('search', _external=True) }}?q={{ q|urlencode }}&categories={{ selected_categories|join(",") | replace(' ','+') }}&pageno={{ pageno }}&time_range={{ time_range }}&language={{ current_language }}&safesearch={{ safesearch }}&format=rss">{% endblock %} {% block content %} -<nav id="linkto_preferences"><a href="{{ url_for('preferences') }}">{{ icon_big('menu-outline') }}</a></nav> {% include 'simple/search.html' %} {% if results and results|map(attribute='template')|unique|list|count == 1 %} |