mirror of
https://github.com/searxng/searxng.git
synced 2024-11-13 00:10:09 +01:00
cb4a3fe598
- Modify engines to create/fetch an URL for the thumbnails - Modify themes to show thumbnails instead of full images. In Courgette, the result is not very beautiful. Should we change it ?
7 lines
333 B
HTML
7 lines
333 B
HTML
<div class="image_result">
|
|
<p>
|
|
<a href="{{ result.img_src }}"><img src="{{ image_proxify(result.thumbnail_src) }}" title="{{ result.title|striptags }}" alt="{{ result.title|striptags }}" /></a>
|
|
<span class="url"><a href="{{ result.url }}" class="small_font">{{ _('original context') }}</a></span>
|
|
</p>
|
|
</div>
|