mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
add multi theming support
This commit is contained in:
parent
3386e21cdf
commit
08eaffe245
41 changed files with 104 additions and 29 deletions
6
searx/templates/default/result_templates/images.html
Normal file
6
searx/templates/default/result_templates/images.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue