From 169f8d998889d4f970edc3912481ee5d205a293c Mon Sep 17 00:00:00 2001 From: mrpaulblack Date: Wed, 6 Apr 2022 15:07:05 +0200 Subject: [simple theme] add netloc to image result articles --- searx/templates/simple/result_templates/images.html | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/templates') diff --git a/searx/templates/simple/result_templates/images.html b/searx/templates/simple/result_templates/images.html index e521ee211..902fd8b24 100644 --- a/searx/templates/simple/result_templates/images.html +++ b/searx/templates/simple/result_templates/images.html @@ -2,6 +2,7 @@ {{- "" -}} {{ result.title|striptags }}{{- "" -}} {{ result.title|striptags }}{{- "" -}} + {{ result.parsed_url.netloc }}{{- "" -}} {{- "" -}}
{{- "" -}} {{ icon('close') }}{{- "" -}} -- cgit v1.2.3