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/base.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'searx/templates/simple/base.html') diff --git a/searx/templates/simple/base.html b/searx/templates/simple/base.html index 548710310..2bb7d8b2a 100644 --- a/searx/templates/simple/base.html +++ b/searx/templates/simple/base.html @@ -47,6 +47,10 @@ {% endif %} + {% block linkto_preferences %} + {% from 'simple/icons.html' import icon_big %} + + {% endblock %} {% block header %} {% endblock %} {% block content %} -- cgit v1.2.3