From 6e2b5f3d5ad95fe87fe58734a6730b9ed46ac6c0 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Mon, 13 Jun 2022 21:10:44 +0200 Subject: Theme: add Help and Donate links in all pages Close https://github.com/searxng/searxng/issues/931 --- searx/templates/simple/base.html | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'searx/templates/simple/base.html') diff --git a/searx/templates/simple/base.html b/searx/templates/simple/base.html index c40183fdd..05662e1d2 100644 --- a/searx/templates/simple/base.html +++ b/searx/templates/simple/base.html @@ -40,10 +40,18 @@ {% endif %} - {% block linkto_preferences %} - {% from 'simple/icons.html' import icon_big %} - - {% endblock %} + {% block header %} {% endblock %} {% block content %} -- cgit v1.2.3