From 29960aa1d912f365846731c9aca166b5b7879d02 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Tue, 9 Jun 2020 23:49:13 +0200 Subject: [enh] add official site link to the top of the infobox - closes #1644 --- searx/templates/oscar/infobox.html | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/templates/oscar/infobox.html') diff --git a/searx/templates/oscar/infobox.html b/searx/templates/oscar/infobox.html index de595b922..04f2d5f22 100644 --- a/searx/templates/oscar/infobox.html +++ b/searx/templates/oscar/infobox.html @@ -2,6 +2,7 @@
{{- "" -}}

{{ infobox.infobox }}

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