mirror of
https://github.com/searxng/searxng.git
synced 2025-12-25 21:20:03 +00:00
[enh] image result template added
This commit is contained in:
8
searx/templates/result_templates/images.html
Normal file
8
searx/templates/result_templates/images.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="image_result">
|
||||
<p>
|
||||
<span class="engines">{{ result.engine }}</span><br />
|
||||
<a href="{{ result.img_src }}"><img src="{{ result.img_src }}" title={{ result.title }}/></a>
|
||||
<br />
|
||||
<span class="url"><a href="{{ result.url }}" class="small_font">original context</a></span>
|
||||
</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user