From c9c39b3e79bfc24031ae1d352d290b9ec180e6ac Mon Sep 17 00:00:00 2001 From: Marc Abonce Seguin Date: Sun, 26 Jul 2020 23:26:30 -0700 Subject: add engine's name in infobox's header --- searx/templates/oscar/infobox.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'searx/templates') diff --git a/searx/templates/oscar/infobox.html b/searx/templates/oscar/infobox.html index 9eeea2bfe..3e393b684 100644 --- a/searx/templates/oscar/infobox.html +++ b/searx/templates/oscar/infobox.html @@ -2,6 +2,11 @@
{{- "" -}}
+
+ {% for engine in infobox.engines %} + {{ engine }} + {% endfor %} +

{{ infobox.infobox }}

{{- "" -}} {% for u in infobox.urls %}{% if u.official %} {{ u.domain }}{% endif %}{% endfor %}
-- cgit v1.2.3