summaryrefslogtreecommitdiff
path: root/searx/templates/simple/results.html
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-01-31 11:50:20 +0100
committerMartin Fischer <martin@push-f.com>2022-01-31 11:57:24 +0100
commite7c0f4e877dc90fc44989a304b555a8b6f1f6665 (patch)
tree918c4a6b23e238c4a77a3cc4402bcb5aa5dc2b5d /searx/templates/simple/results.html
parentc82b9c68d282a2f674632ce0e0720da85c64a1c4 (diff)
[simple] link preferences on /about and /stats
We want to link the preferences from every page (except of course the preferences page).
Diffstat (limited to 'searx/templates/simple/results.html')
-rw-r--r--searx/templates/simple/results.html1
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 }}&amp;categories={{ selected_categories|join(",") | replace(' ','+') }}&amp;pageno={{ pageno }}&amp;time_range={{ time_range }}&amp;language={{ current_language }}&amp;safesearch={{ safesearch }}&amp;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 %}