diff options
Diffstat (limited to 'searx/templates/result_templates/images.html')
| -rw-r--r-- | searx/templates/result_templates/images.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/searx/templates/result_templates/images.html b/searx/templates/result_templates/images.html deleted file mode 100644 index 1f15ff2bb..000000000 --- a/searx/templates/result_templates/images.html +++ /dev/null @@ -1,6 +0,0 @@ -<div class="image_result"> - <p> - <a href="{{ result.img_src }}"><img src="{{ result.img_src }}" title={{ result.title }}/></a> - <span class="url"><a href="{{ result.url }}" class="small_font">original context</a></span> - </p> -</div> |