From e7c0f4e877dc90fc44989a304b555a8b6f1f6665 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 31 Jan 2022 11:50:20 +0100 Subject: [simple] link preferences on /about and /stats We want to link the preferences from every page (except of course the preferences page). --- searx/templates/simple/results.html | 1 - 1 file changed, 1 deletion(-) (limited to 'searx/templates/simple/results.html') 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 %}{% endblock %} {% block content %} - {% include 'simple/search.html' %} {% if results and results|map(attribute='template')|unique|list|count == 1 %} -- cgit v1.2.3